public class PartitionKeyStatistics extends JsonSerializable
| Constructor and Description |
|---|
PartitionKeyStatistics(org.json.JSONObject jsonObject)
Constructor.
|
PartitionKeyStatistics(String jsonString)
Initialize a PartitionKeyStatistics object using the input JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionKey |
getPartitionKey() |
long |
getSizeInKB()
Gets the sizeInKB property.
|
String |
toString()
Serialize the PartitionKeyStatistics object to a JSON string.
|
get, getBoolean, getCollection, getCollection, getDouble, getHashMap, getInt, getLogger, getLong, getMapper, getObject, getObject, getObjectByPath, getString, has, remove, set, toJson, toJson, toObject, toStringpublic PartitionKeyStatistics(String jsonString)
jsonString - the json string that represents the Partition Key Statistics for the logical key within a physical partition.public PartitionKeyStatistics(org.json.JSONObject jsonObject)
jsonObject - the json object that represents the Partition Key Statistics for the logical key within a physical partition.public long getSizeInKB()
public PartitionKey getPartitionKey()
public String toString()
toString in class JsonSerializableCopyright © 2018. All rights reserved.