Indexes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The indexes for the path.
public class Indexes
type Indexes = class
Public Class Indexes
- Inheritance
-
Indexes
Constructors
Indexes() |
Initializes a new instance of the Indexes class. |
Indexes(String, Nullable<Int32>, String) |
Initializes a new instance of the Indexes class. |
Properties
DataType |
Gets or sets the datatype for which the indexing behavior is applied to. Possible values include: 'String', 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon' |
Kind |
Gets or sets indicates the type of index. Possible values include: 'Hash', 'Range', 'Spatial' |
Precision |
Gets or sets the precision of the index. -1 is maximum precision. |
Applies to
Azure SDK for .NET