Share via


CompositePath.Order Property

Definition

Gets or sets the sort order for the composite path. For example if you want to run the query "SELECT * FROM c ORDER BY c.age asc, c.height desc", then you need to make the order for "/age" "ascending" and the order for "/height" "descending".

public Azure.Cosmos.CompositePathSortOrder Order { get; set; }
member this.Order : Azure.Cosmos.CompositePathSortOrder with get, set
Public Property Order As CompositePathSortOrder

Property Value

Applies to