public class PartitionKeyRangeStatistics extends JsonSerializable
| Constructor and Description |
|---|
PartitionKeyRangeStatistics(org.json.JSONObject jsonObject)
Constructor.
|
PartitionKeyRangeStatistics(String jsonString)
Initialize a PartitionKeyRangeStatistics object using the input JSON string.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDocumentCount()
Gets the documentCount property.
|
String |
getId()
Gets the partitionKeyRangeId property.
|
Collection<PartitionKeyStatistics> |
getPartitionKeyStatistics()
Gets the partitionKeyStatistics property.
|
long |
getSizeInKB()
Gets the sizeInKB property.
|
get, getBoolean, getCollection, getCollection, getDouble, getHashMap, getInt, getLogger, getLong, getMapper, getObject, getObject, getObjectByPath, getString, has, remove, set, toJson, toJson, toObject, toString, toStringpublic PartitionKeyRangeStatistics(String jsonString)
jsonString - the json string that represents the Partition Key Statistics for the physical partition.public PartitionKeyRangeStatistics(org.json.JSONObject jsonObject)
jsonObject - the json object that represents the Partition Key Statistics for the physical partition.public String getId()
public long getSizeInKB()
public long getDocumentCount()
public Collection<PartitionKeyStatistics> getPartitionKeyStatistics()
Copyright © 2018. All rights reserved.