RangeIndex Class

Definition

Specifies an instance of the RangeIndex class in the Azure Cosmos DB service.

public sealed class RangeIndex : Microsoft.Azure.Documents.Index
type RangeIndex = class
    inherit Index
Public NotInheritable Class RangeIndex
Inherits Index
Inheritance
Implements

Remarks

Can be used to serve queries like: SELECT * FROM docs d WHERE d.prop > 5.

Constructors

RangeIndex(DataType)

Initializes a new instance of the RangeIndex class with specified DataType for the Azure Cosmos DB service.

RangeIndex(DataType, Int16)

Initializes a new instance of the RangeIndex class with specified DataType and precision for the Azure Cosmos DB service.

Properties

DataType

Gets or sets the data type for which this index should be applied in the Azure Cosmos DB service.

Kind

Gets or sets the kind of indexing to be applied in the Azure Cosmos DB service.

(Inherited from Index)
Precision

Gets or sets the precision for this particular index in the Azure Cosmos DB service.

Methods

Clone()

Creates a copy of the range index for the Azure Cosmos DB service.

LoadFrom(JsonReader)

Loads the object from the specified JSON reader in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
LoadFrom(JsonReader, JsonSerializerSettings)

Loads the object from the specified JSON reader in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy)

Saves the object to the specified stream in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
SaveTo(Stream, SerializationFormattingPolicy, JsonSerializerSettings)

Saves the object to the specified stream in the Azure Cosmos DB service.

(Inherited from JsonSerializable)
ToString()

Returns the string representation of the object in the Azure Cosmos DB service.

(Inherited from JsonSerializable)

Applies to