ShardKeyType Enum
- java.
lang. Object - java.
lang. Enum<ShardKeyType> - com.
microsoft. azure. elasticdb. shard. base. ShardKeyType
- com.
- java.
public enum ShardKeyType
Type of shard key. Currently, only Int32, Int64, Guid and byte[] are the data types supported as shard keys.
Fields
XmlEnumValue |
No type specified. 32-bit integral value. 64-bit integral value. UniqueIdentifier value. Array of bytes value. Date and time value. Time value. Date and time value with offset. |
Methods
forValue(int value)
getByteArraySize()
public int getByteArraySize()
Returns
int
getValue()
public int getValue()
Returns
int
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java