### YamlMime:JavaEnum uid: "com.azure.cosmos.models.CompositePathSortOrder" fullName: "com.azure.cosmos.models.CompositePathSortOrder" name: "CompositePathSortOrder" nameWithType: "CompositePathSortOrder" summary: "Represents the sorting order for a path in a composite index, for a container in the Azure Cosmos DB database service." inheritances: - "" - "" inheritedClassMethods: - classRef: "java.lang.Enum" methodsRef: - "valueOf" - "clone" - "compareTo" - "describeConstable" - "equals" - "finalize" - "getDeclaringClass" - "hashCode" - "name" - "ordinal" - "toString" - classRef: "java.lang.Object" methodsRef: - "getClass" - "notify" - "notifyAll" - "wait" - "wait" - "wait" syntax: "public sealed enum **CompositePathSortOrder**
extends Enum<>" fields: - uid: "com.azure.cosmos.models.CompositePathSortOrder.ASCENDING" fullName: "com.azure.cosmos.models.CompositePathSortOrder.ASCENDING" name: "ASCENDING" nameWithType: "CompositePathSortOrder.ASCENDING" summary: "ASCENDING sort order for composite paths." desc: "ASCENDING sort order for composite paths." - uid: "com.azure.cosmos.models.CompositePathSortOrder.DESCENDING" fullName: "com.azure.cosmos.models.CompositePathSortOrder.DESCENDING" name: "DESCENDING" nameWithType: "CompositePathSortOrder.DESCENDING" summary: "DESCENDING sort order for composite paths." desc: "DESCENDING sort order for composite paths." methods: - uid: "com.azure.cosmos.models.CompositePathSortOrder.valueOf(java.lang.String)" fullName: "com.azure.cosmos.models.CompositePathSortOrder.valueOf(String name)" name: "valueOf(String name)" nameWithType: "CompositePathSortOrder.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "String" syntax: "public static CompositePathSortOrder valueOf(String name)" returns: type: "" - uid: "com.azure.cosmos.models.CompositePathSortOrder.values()" fullName: "com.azure.cosmos.models.CompositePathSortOrder.values()" name: "values()" nameWithType: "CompositePathSortOrder.values()" modifiers: - "static" syntax: "public static CompositePathSortOrder[] values()" returns: type: "[]" desc: "Represents the sorting order for a path in a composite index, for a container in the Azure Cosmos DB database service." metadata: {} package: "com.azure.cosmos.models" artifact: com.azure:azure-cosmos:4.63.3