CompositePathSortOrder Enum

Definition

Defines the target data type of an index path specification in the Azure Cosmos DB service.

public enum CompositePathSortOrder
type CompositePathSortOrder = 
Public Enum CompositePathSortOrder
Inheritance
CompositePathSortOrder

Fields

Ascending 0

Ascending sort order for composite paths.

Descending 1

Descending sort order for composite paths.

Applies to