PartitionKey Interface
Implements
public interface PartitionKey
implements Annotation
Interface for type partition key
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
value()
The name of the partition key if the serialized attribute name differs from the field name |
Method Details
value
public abstract String value()
The name of the partition key if the serialized attribute name differs from the field name
Returns:
partition key name
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java