Package com.azure.cosmos.models
Class CosmosDatabaseResponse
java.lang.Object
com.azure.cosmos.models.CosmosResponse<CosmosDatabaseProperties>
com.azure.cosmos.models.CosmosDatabaseResponse
The type Cosmos database response.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the Max Quota.long
Gets the current Usage.Gets the cosmos database propertiesMethods inherited from class com.azure.cosmos.models.CosmosResponse
getActivityId, getCurrentResourceQuotaUsage, getDiagnostics, getDuration, getMaxResourceQuota, getRequestCharge, getResponseHeaders, getSessionToken, getStatusCode
-
Method Details
-
getProperties
Gets the cosmos database properties- Overrides:
getProperties
in classCosmosResponse<CosmosDatabaseProperties>
- Returns:
- the cosmos database properties
-
getDatabaseQuota
public long getDatabaseQuota()Gets the Max Quota.- Returns:
- the getDatabase quota.
-
getDatabaseUsage
public long getDatabaseUsage()Gets the current Usage.- Returns:
- the current getDatabase usage.
-