### 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: - "" - "" inheritedMembers: - "java.lang.Enum.valueOf(java.lang.Class,java.lang.String)" - "java.lang.Enum.clone()" - "java.lang.Enum.compareTo(E)" - "java.lang.Enum.equals(java.lang.Object)" - "java.lang.Enum.finalize()" - "java.lang.Enum.getDeclaringClass()" - "java.lang.Enum.hashCode()" - "java.lang.Enum.name()" - "java.lang.Enum.ordinal()" - "java.lang.Enum.toString()" - "java.lang.Object.getClass()" - "java.lang.Object.notify()" - "java.lang.Object.notifyAll()" - "java.lang.Object.wait()" - "java.lang.Object.wait(long)" - "java.lang.Object.wait(long,int)" syntax: "public 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)" parameters: - name: "name" type: "" 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()" 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.34.0