azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Thr...

112 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.cosmos.models.ThroughputProperties"
fullName: "com.azure.cosmos.models.ThroughputProperties"
name: "ThroughputProperties"
nameWithType: "ThroughputProperties"
summary: "Represents throughput of the resources in the Azure Cosmos DB service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **ThroughputProperties**"
methods:
- uid: "com.azure.cosmos.models.ThroughputProperties.createAutoscaledThroughput(int)"
fullName: "com.azure.cosmos.models.ThroughputProperties.createAutoscaledThroughput(int autoScaleMaxThroughput)"
name: "createAutoscaledThroughput(int autoScaleMaxThroughput)"
nameWithType: "ThroughputProperties.createAutoscaledThroughput(int autoScaleMaxThroughput)"
summary: "Create auto scaled provisioned throughput throughput properties."
modifiers:
- "static"
parameters:
- description: "the max auto scale throughput"
name: "autoScaleMaxThroughput"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ThroughputProperties createAutoscaledThroughput(int autoScaleMaxThroughput)"
desc: "Create auto scaled provisioned throughput throughput properties."
returns:
description: "the throughput properties"
type: "<xref href=\"com.azure.cosmos.models.ThroughputProperties?alt=com.azure.cosmos.models.ThroughputProperties&text=ThroughputProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ThroughputProperties.createManualThroughput(int)"
fullName: "com.azure.cosmos.models.ThroughputProperties.createManualThroughput(int throughput)"
name: "createManualThroughput(int throughput)"
nameWithType: "ThroughputProperties.createManualThroughput(int throughput)"
summary: "Create fixed throughput properties."
modifiers:
- "static"
parameters:
- description: "the throughput"
name: "throughput"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ThroughputProperties createManualThroughput(int throughput)"
desc: "Create fixed throughput properties."
returns:
description: "the throughput properties"
type: "<xref href=\"com.azure.cosmos.models.ThroughputProperties?alt=com.azure.cosmos.models.ThroughputProperties&text=ThroughputProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ThroughputProperties.getAutoscaleMaxThroughput()"
fullName: "com.azure.cosmos.models.ThroughputProperties.getAutoscaleMaxThroughput()"
name: "getAutoscaleMaxThroughput()"
nameWithType: "ThroughputProperties.getAutoscaleMaxThroughput()"
summary: "Gets max auto-scale throughput."
syntax: "public int getAutoscaleMaxThroughput()"
desc: "Gets max auto-scale throughput."
returns:
description: "the max auto-scale throughput"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.cosmos.models.ThroughputProperties.getETag()"
fullName: "com.azure.cosmos.models.ThroughputProperties.getETag()"
name: "getETag()"
nameWithType: "ThroughputProperties.getETag()"
summary: "Get the entity tag associated with the resource."
syntax: "public String getETag()"
desc: "Get the entity tag associated with the resource. This is only relevant when getting response from the server."
returns:
description: "the e tag."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.ThroughputProperties.getId()"
fullName: "com.azure.cosmos.models.ThroughputProperties.getId()"
name: "getId()"
nameWithType: "ThroughputProperties.getId()"
summary: "Gets the name of the resource."
syntax: "public String getId()"
desc: "Gets the name of the resource. This is only relevant when getting response from the server."
returns:
description: "the name of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.cosmos.models.ThroughputProperties.getManualThroughput()"
fullName: "com.azure.cosmos.models.ThroughputProperties.getManualThroughput()"
name: "getManualThroughput()"
nameWithType: "ThroughputProperties.getManualThroughput()"
summary: "Gets offer throughput."
syntax: "public Integer getManualThroughput()"
desc: "Gets offer throughput."
returns:
description: "the offer throughput"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.cosmos.models.ThroughputProperties.getTimestamp()"
fullName: "com.azure.cosmos.models.ThroughputProperties.getTimestamp()"
name: "getTimestamp()"
nameWithType: "ThroughputProperties.getTimestamp()"
summary: "Get the last modified timestamp associated with the resource."
syntax: "public Instant getTimestamp()"
desc: "Get the last modified timestamp associated with the resource. This is only relevant when getting response from the server."
returns:
description: "the timestamp."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>"
type: "class"
desc: "Represents throughput of the resources in the Azure Cosmos DB service."
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.3