28 строки
1.3 KiB
YAML
28 строки
1.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.spring.data.cosmos.core.mapping.PartitionKey"
|
|
fullName: "com.azure.spring.data.cosmos.core.mapping.PartitionKey"
|
|
name: "PartitionKey"
|
|
nameWithType: "PartitionKey"
|
|
summary: "Interface for type partition key"
|
|
syntax: "public interface **PartitionKey**</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.PartitionKey.value()"
|
|
fullName: "com.azure.spring.data.cosmos.core.mapping.PartitionKey.value()"
|
|
name: "value()"
|
|
nameWithType: "PartitionKey.value()"
|
|
summary: "The name of the partition key if the serialized attribute name differs from the field name"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String value()"
|
|
desc: "The name of the partition key if the serialized attribute name differs from the field name"
|
|
returns:
|
|
description: "partition key name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "Interface for type partition key"
|
|
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
|