40 строки
1.8 KiB
YAML
40 строки
1.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath"
|
|
fullName: "com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath"
|
|
name: "CompositeIndexPath"
|
|
nameWithType: "CompositeIndexPath"
|
|
summary: "Annotation for specifying a composite index path"
|
|
syntax: "public interface **CompositeIndexPath**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
|
|
methods:
|
|
- uid: "com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath.order()"
|
|
fullName: "com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath.order()"
|
|
name: "order()"
|
|
nameWithType: "CompositeIndexPath.order()"
|
|
summary: "Index order"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CompositePathSortOrder order()"
|
|
desc: "Index order"
|
|
returns:
|
|
description: "CompositePathSortOrder"
|
|
type: "<xref href=\"com.azure.cosmos.models.CompositePathSortOrder?alt=com.azure.cosmos.models.CompositePathSortOrder&text=CompositePathSortOrder\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath.path()"
|
|
fullName: "com.azure.spring.data.cosmos.core.mapping.CompositeIndexPath.path()"
|
|
name: "path()"
|
|
nameWithType: "CompositeIndexPath.path()"
|
|
summary: "Index path"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String path()"
|
|
desc: "Index path"
|
|
returns:
|
|
description: "String"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "Annotation for specifying a composite index path"
|
|
implements:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
|
|
metadata: {}
|
|
package: "com.azure.spring.data.cosmos.core.mapping"
|
|
artifact: com.azure:azure-spring-data-cosmos:5.18.0
|