Enum CompositePathSortOrder
Defines the target data type of an index path specification in the Azure Cosmos DB service.
public enum CompositePathSortOrder
- Extension Methods
Fields
[EnumMember(Value = "ascending")] Ascending = 0Ascending sort order for composite paths.
[EnumMember(Value = "descending")] Descending = 1Descending sort order for composite paths.