你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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