74 строки
6.1 KiB
YAML
74 строки
6.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.cosmos.models.CosmosDatabaseResponse"
|
|
fullName: "com.azure.cosmos.models.CosmosDatabaseResponse"
|
|
name: "CosmosDatabaseResponse"
|
|
nameWithType: "CosmosDatabaseResponse"
|
|
summary: "The type Cosmos database response."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.cosmos.models.CosmosResponse?alt=com.azure.cosmos.models.CosmosResponse&text=CosmosResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getActivityId()?alt=com.azure.cosmos.models.CosmosResponse.getActivityId&text=getActivityId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getCurrentResourceQuotaUsage()?alt=com.azure.cosmos.models.CosmosResponse.getCurrentResourceQuotaUsage&text=getCurrentResourceQuotaUsage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getDiagnostics()?alt=com.azure.cosmos.models.CosmosResponse.getDiagnostics&text=getDiagnostics\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getDuration()?alt=com.azure.cosmos.models.CosmosResponse.getDuration&text=getDuration\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getMaxResourceQuota()?alt=com.azure.cosmos.models.CosmosResponse.getMaxResourceQuota&text=getMaxResourceQuota\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getProperties()?alt=com.azure.cosmos.models.CosmosResponse.getProperties&text=getProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getRequestCharge()?alt=com.azure.cosmos.models.CosmosResponse.getRequestCharge&text=getRequestCharge\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getResponseHeaders()?alt=com.azure.cosmos.models.CosmosResponse.getResponseHeaders&text=getResponseHeaders\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getSessionToken()?alt=com.azure.cosmos.models.CosmosResponse.getSessionToken&text=getSessionToken\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.cosmos.models.CosmosResponse.getStatusCode()?alt=com.azure.cosmos.models.CosmosResponse.getStatusCode&text=getStatusCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **CosmosDatabaseResponse**</br> extends <xref href=\"com.azure.cosmos.models.CosmosResponse?alt=com.azure.cosmos.models.CosmosResponse&text=CosmosResponse\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.cosmos.models.CosmosDatabaseProperties?alt=com.azure.cosmos.models.CosmosDatabaseProperties&text=CosmosDatabaseProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.cosmos.models.CosmosDatabaseResponse.getDatabaseQuota()"
|
|
fullName: "com.azure.cosmos.models.CosmosDatabaseResponse.getDatabaseQuota()"
|
|
name: "getDatabaseQuota()"
|
|
nameWithType: "CosmosDatabaseResponse.getDatabaseQuota()"
|
|
summary: "Gets the Max Quota."
|
|
syntax: "public long getDatabaseQuota()"
|
|
desc: "Gets the Max Quota."
|
|
returns:
|
|
description: "the getDatabase quota."
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosDatabaseResponse.getDatabaseUsage()"
|
|
fullName: "com.azure.cosmos.models.CosmosDatabaseResponse.getDatabaseUsage()"
|
|
name: "getDatabaseUsage()"
|
|
nameWithType: "CosmosDatabaseResponse.getDatabaseUsage()"
|
|
summary: "Gets the current Usage."
|
|
syntax: "public long getDatabaseUsage()"
|
|
desc: "Gets the current Usage."
|
|
returns:
|
|
description: "the current getDatabase usage."
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosDatabaseResponse.getProperties()"
|
|
fullName: "com.azure.cosmos.models.CosmosDatabaseResponse.getProperties()"
|
|
name: "getProperties()"
|
|
nameWithType: "CosmosDatabaseResponse.getProperties()"
|
|
summary: "Gets the cosmos database properties"
|
|
overridden: "com.azure.cosmos.models.CosmosResponse.getProperties()"
|
|
syntax: "public CosmosDatabaseProperties getProperties()"
|
|
desc: "Gets the cosmos database properties"
|
|
returns:
|
|
description: "the cosmos database properties"
|
|
type: "<xref href=\"com.azure.cosmos.models.CosmosDatabaseProperties?alt=com.azure.cosmos.models.CosmosDatabaseProperties&text=CosmosDatabaseProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The type Cosmos database response."
|
|
metadata: {}
|
|
package: "com.azure.cosmos.models"
|
|
artifact: com.azure:azure-cosmos:4.63.4
|