@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
14 lines • 328 B
TypeScript
/**
* Specifies the supported Index types.
*/
export declare enum IndexKind {
/**
* This is supplied for a path which requires sorting.
*/
Range = "Range",
/**
* This is supplied for a path which requires geospatial indexing.
*/
Spatial = "Spatial"
}
//# sourceMappingURL=IndexKind.d.ts.map