PartitionKeyStatistics 类
定义
Represents the statistics of a logical partition key in the Azure Cosmos DB service.
public class PartitionKeyStatistics 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(int indentFactor)
构造函数
PartitionKeyStatistics(JSONObject jsonObject) |
Constructor.
|
PartitionKeyStatistics(String jsonString) |
Initialize a PartitionKeyStatistics object using the input JSON string.
|
方法
getPartitionKey() | |
getSizeInKB() |
Gets the sizeInKB property.
|
toString() |
Serialize the PartitionKeyStatistics object to a JSON string.
|