Table of Contents

Enum CompositePathSortOrder

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

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 = 0

Ascending sort order for composite paths.

[EnumMember(Value = "descending")] Descending = 1

Descending sort order for composite paths.