PartitionKeyRangeStatistics Class
- java.
lang. Object - com.
microsoft. azure. documentdb. JsonSerializable - com.
microsoft. azure. documentdb. PartitionKeyRangeStatistics
- com.
- com.
public class PartitionKeyRangeStatistics
extends JsonSerializable
Constructor | Description |
---|---|
Partition |
Initialize a Partition |
Partition |
Constructor. |
Modifier and Type | Method and Description |
---|---|
long |
get Gets the document |
java.lang.String |
get Gets the partition |
java.util.Collection<Partition |
get Gets the partition |
long |
get Gets the size |
Methods inherited from JsonSerializable
PartitionKeyRangeStatistics
public PartitionKeyRangeStatistics(String jsonString)
Initialize a PartitionKeyRangeStatistics object using the input JSON string.
Parameters:
PartitionKeyRangeStatistics
public PartitionKeyRangeStatistics(JSONObject jsonObject)
Constructor.
Parameters:
getDocumentCount
public long getDocumentCount()
Gets the documentCount property.
Returns:
getId
public String getId()
Gets the partitionKeyRangeId property.
Returns:
getPartitionKeyStatistics
public Collection
Gets the partitionKeyStatistics property.
Returns:
getSizeInKB
public long getSizeInKB()
Gets the sizeInKB property.
Returns:
Azure SDK for Java に関するフィードバック
Azure SDK for Java はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。