IndexKind Enum

Definition

These are the indexing types available for indexing a path in the Azure DocumentDB database service.

public enum IndexKind
Inheritance
IndexKind

Fields

Hash

The index entries are hashed to serve point look up queries.

Range

The index entries are ordered. Range indexes are optimized for inequality predicate queries with efficient range scans.

Spatial

The index entries are indexed to serve spatial queries.

Remarks

For additional details, refer to http://azure.microsoft.com/documentation/articles/documentdb-indexing-policies/#ConfigPolicy.