| Package | Description |
|---|---|
| com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
| Modifier and Type | Method and Description |
|---|---|
CompositePathSortOrder |
CompositePath.getOrder()
Gets the sort order for the composite path.
|
static CompositePathSortOrder |
CompositePathSortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositePathSortOrder[] |
CompositePathSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompositePath |
CompositePath.setOrder(CompositePathSortOrder order)
Gets the sort order for the composite path.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.