CompositeIndexPath Interface
Implements
public interface CompositeIndexPath
implements Annotation
Annotation for specifying a composite index path
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Composite |
order()
Index order |
abstract String |
path()
Index path |
Method Details
order
public abstract CompositePathSortOrder order()
Index order
Returns:
CompositePathSortOrder
path
public abstract String path()
Index path
Returns:
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java