azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.documen...

113 строки
6.0 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics(JSONObject jsonObject)
name: PartitionKeyRangeStatistics(JSONObject jsonObject)
nameWithType: PartitionKeyRangeStatistics.PartitionKeyRangeStatistics(JSONObject jsonObject)
parameters:
- description: <p>the json object that represents the Partition Key Statistics for the physical partition. </p>
name: jsonObject
type: <xref href="JSONObject?alt=JSONObject&text=JSONObject" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructor.</p>
<p></p>
syntax: public PartitionKeyRangeStatistics(JSONObject jsonObject)
uid: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics(JSONObject)
- fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics(String jsonString)
name: PartitionKeyRangeStatistics(String jsonString)
nameWithType: PartitionKeyRangeStatistics.PartitionKeyRangeStatistics(String jsonString)
parameters:
- description: <p>the json string that represents the Partition Key Statistics for the physical partition. </p>
name: jsonString
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Initialize a PartitionKeyRangeStatistics object using the input JSON string.</p>
<p></p>
syntax: public PartitionKeyRangeStatistics(String jsonString)
uid: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.PartitionKeyRangeStatistics(String)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="Serializable" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.azure.documentdb.JsonSerializable?alt=com.microsoft.azure.documentdb.JsonSerializable&text=JsonSerializable" data-throw-if-not-resolved="False"/>
inheritedMembers:
- com.microsoft.azure.documentdb.JsonSerializable.get(String)
- com.microsoft.azure.documentdb.JsonSerializable.getBoolean(String)
- com.microsoft.azure.documentdb.JsonSerializable.getCollection(String)
- com.microsoft.azure.documentdb.JsonSerializable.getDouble(String)
- com.microsoft.azure.documentdb.JsonSerializable.getHashMap()
- com.microsoft.azure.documentdb.JsonSerializable.getInt(String)
- com.microsoft.azure.documentdb.JsonSerializable.getLogger()
- com.microsoft.azure.documentdb.JsonSerializable.getLong(String)
- com.microsoft.azure.documentdb.JsonSerializable.getMapper()
- com.microsoft.azure.documentdb.JsonSerializable.getObject(String)
- com.microsoft.azure.documentdb.JsonSerializable.getObjectByPath(Collection<String>)
- com.microsoft.azure.documentdb.JsonSerializable.getString(String)
- com.microsoft.azure.documentdb.JsonSerializable.has(String)
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable()
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String,ObjectMapper)
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String)
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(JSONObject)
- com.microsoft.azure.documentdb.JsonSerializable.remove(String)
- com.microsoft.azure.documentdb.JsonSerializable.toJson()
- com.microsoft.azure.documentdb.JsonSerializable.toJson(SerializationFormattingPolicy)
- com.microsoft.azure.documentdb.JsonSerializable.toString()
- com.microsoft.azure.documentdb.JsonSerializable.toString(int)
methods:
- fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getDocumentCount()
name: getDocumentCount()
nameWithType: PartitionKeyRangeStatistics.getDocumentCount()
returns:
description: <p>the count of documents in the partition. </p>
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the documentCount property.</p>
<p></p>
syntax: public long getDocumentCount()
uid: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getDocumentCount()
- fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getId()
name: getId()
nameWithType: PartitionKeyRangeStatistics.getId()
returns:
description: <p>the value of the partition key range id. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the partitionKeyRangeId property.</p>
<p></p>
syntax: public String getId()
uid: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getId()
- fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getPartitionKeyStatistics()
name: getPartitionKeyStatistics()
nameWithType: PartitionKeyRangeStatistics.getPartitionKeyStatistics()
returns:
description: <p>the size (in KB) of the top logical partition keys within each physical partition of the collection. </p>
type: Collection&lt;<xref href="com.microsoft.azure.documentdb.PartitionKeyStatistics?alt=com.microsoft.azure.documentdb.PartitionKeyStatistics&text=PartitionKeyStatistics" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Gets the partitionKeyStatistics property.</p>
<p></p>
syntax: public Collection<PartitionKeyStatistics> getPartitionKeyStatistics()
uid: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getPartitionKeyStatistics()
- fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getSizeInKB()
name: getSizeInKB()
nameWithType: PartitionKeyRangeStatistics.getSizeInKB()
returns:
description: <p>the size (in KB) of the partition. </p>
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the sizeInKB property.</p>
<p></p>
syntax: public long getSizeInKB()
uid: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics.getSizeInKB()
nameWithType: PartitionKeyRangeStatistics
syntax: public class PartitionKeyRangeStatistics extends JsonSerializable
type: class
uid: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics
fullName: com.microsoft.azure.documentdb.PartitionKeyRangeStatistics
name: PartitionKeyRangeStatistics
package: com.microsoft.azure.documentdb
metadata: {}