The PartitionKeyValue type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
相等操作符。
|
![]() ![]() | (PartitionKeyValue to String) |
显式转换操作符,将PartitionKeyValue对象转换为String对象。
|
![]() ![]() | (PartitionKeyValue to Int64) |
显式转换操作符,将PartitionKeyValue对象转换为Int64对象。
|
![]() ![]() | (Int64 to PartitionKeyValue) |
隐式转换操作符,将Int64对象转换为PartitionKeyValue对象。
|
![]() ![]() | (String to PartitionKeyValue) |
隐式转换操作符,将String对象转换为PartitionKeyValue对象。
|
![]() ![]() | Inequality |
不相等操作符。
|
See Also