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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java