Package com.azure.cosmos.models
Class CosmosContainerResponse
java.lang.Object
com.azure.cosmos.models.CosmosResponse<CosmosContainerProperties>
com.azure.cosmos.models.CosmosContainerResponse
The type Cosmos container response.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the progress of an index transformation, if one is underway.Gets the container propertiesMethods inherited from class com.azure.cosmos.models.CosmosResponse
getActivityId, getCurrentResourceQuotaUsage, getDiagnostics, getDuration, getMaxResourceQuota, getRequestCharge, getResponseHeaders, getSessionToken, getStatusCode
-
Method Details
-
getIndexTransformationProgress
public long getIndexTransformationProgress()Gets the progress of an index transformation, if one is underway.- Returns:
- the progress of an index transformation.
-
getProperties
Gets the container properties- Overrides:
getProperties
in classCosmosResponse<CosmosContainerProperties>
- Returns:
- the cosmos container properties
-