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
    com.azure.cosmos.models.CompositePathSortOrder
    Index order
    Index path
  • Element Details

    • path

      String path
      Index path
      Returns:
      String
      Default:
      ""
    • order

      com.azure.cosmos.models.CompositePathSortOrder order
      Index order
      Returns:
      CompositePathSortOrder
      Default:
      ASCENDING