PartitionKeyRange 类
定义
Represent a partition key range in the Azure Cosmos DB database service.
public class PartitionKeyRange extends Resource
- 继承
继承成员
JsonSerializable.get(String propertyName)
JsonSerializable.getBoolean(String propertyName)
JsonSerializable.getCollection(String propertyName)
JsonSerializable.getDouble(String propertyName)
Resource.getETag()
JsonSerializable.getHashMap()
Resource.getId()
JsonSerializable.getInt(String propertyName)
JsonSerializable.getLogger()
JsonSerializable.getLong(String propertyName)
JsonSerializable.getMapper()
JsonSerializable.getObject(String propertyName)
JsonSerializable.getObjectByPath(Collection<String> propertyNames)
Resource.getResourceId()
Resource.getSelfLink()
JsonSerializable.getString(String propertyName)
Resource.getTimestamp()
JsonSerializable.has(String propertyName)
JsonSerializable.JsonSerializable()
JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper)
JsonSerializable.JsonSerializable(String jsonString)
JsonSerializable.JsonSerializable(JSONObject jsonObject)
JsonSerializable.remove(String propertyName)
Resource.Resource()
Resource.Resource(String jsonString, ObjectMapper objectMapper)
Resource.Resource(String jsonString)
Resource.Resource(JSONObject jsonObject)
Resource.setId(String id)
Resource.setResourceId(String resourceId)
JsonSerializable.toJson()
JsonSerializable.toJson(SerializationFormattingPolicy formattingPolicy)
JsonSerializable.toString()
JsonSerializable.toString(int indentFactor)
构造函数
PartitionKeyRange() |
Initialize a partition key range object. |
PartitionKeyRange(JSONObject jsonObject) |
Initialize a partition key range object from json object.
|
PartitionKeyRange(String id, String minInclusive, String maxExclusive) | |
PartitionKeyRange(String jsonString) |
Initialize a partition key range object from json string.
|
字段
MASTER_PARTITION_KEY_RANGE_ID | |
MAXIMUM_EXCLUSIVE_EFFECTIVE_PARTITION_KEY | |
MINIMUM_INCLUSIVE_EFFECTIVE_PARTITION_KEY |
方法
equals(Object obj) | |
getMaxExclusive() | |
getMinInclusive() | |
getParents() |
Used internally to indicate the ID of the parent range |
hashCode() | |
setMaxExclusive(String maxExclusive) | |
setMinInclusive(String minInclusive) | |
toRange() |