PartitionKeyRangeStatistics 类
定义
public class PartitionKeyRangeStatistics extends JsonSerializable
- 继承
继承成员
JsonSerializable.get(String propertyName)
JsonSerializable.getBoolean(String propertyName)
JsonSerializable.getCollection(String propertyName)
JsonSerializable.getDouble(String propertyName)
JsonSerializable.getHashMap()
JsonSerializable.getInt(String propertyName)
JsonSerializable.getLogger()
JsonSerializable.getLong(String propertyName)
JsonSerializable.getMapper()
JsonSerializable.getObject(String propertyName)
JsonSerializable.getObjectByPath(Collection<String> propertyNames)
JsonSerializable.getString(String propertyName)
JsonSerializable.has(String propertyName)
JsonSerializable.JsonSerializable()
JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper)
JsonSerializable.JsonSerializable(String jsonString)
JsonSerializable.JsonSerializable(JSONObject jsonObject)
JsonSerializable.remove(String propertyName)
JsonSerializable.toJson()
JsonSerializable.toJson(SerializationFormattingPolicy formattingPolicy)
JsonSerializable.toString()
JsonSerializable.toString(int indentFactor)
构造函数
PartitionKeyRangeStatistics(JSONObject jsonObject) |
Constructor.
|
PartitionKeyRangeStatistics(String jsonString) |
Initialize a PartitionKeyRangeStatistics object using the input JSON string.
|
方法
getDocumentCount() |
Gets the documentCount property.
|
getId() |
Gets the partitionKeyRangeId property.
|
getPartitionKeyStatistics() |
Gets the partitionKeyStatistics property.
|
getSizeInKB() |
Gets the sizeInKB property.
|