Annotation Type CompositeIndexPath
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface CompositeIndexPath
Annotation for specifying a composite index path
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CompositePathSortOrderorderIndex orderStringpathIndex path
-
-
-
Element Detail
-
path
String path
Index path- Returns:
- String
- Default:
- ""
-
-
-
order
CompositePathSortOrder order
Index order- Returns:
- CompositePathSortOrder
- Default:
- com.azure.cosmos.models.CompositePathSortOrder.ASCENDING
-
-