Package com.azure.data.cosmos
Class CosmosContainerResponse
- java.lang.Object
-
- com.azure.data.cosmos.CosmosResponse<CosmosContainerProperties>
-
- com.azure.data.cosmos.CosmosContainerResponse
-
public class CosmosContainerResponse extends CosmosResponse<CosmosContainerProperties>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CosmosContainer
container()
Gets the Container objectlong
indexTransformationProgress()
Gets the progress of an index transformation, if one is underway.CosmosContainerProperties
properties()
Gets the container properties-
Methods inherited from class com.azure.data.cosmos.CosmosResponse
activityId, cosmosResponseDiagnosticsString, currentResourceQuotaUsage, maxResourceQuota, requestCharge, requestLatency, responseHeaders, sessionToken, statusCode
-
-
-
-
Method Detail
-
indexTransformationProgress
public long indexTransformationProgress()
Gets the progress of an index transformation, if one is underway.- Returns:
- the progress of an index transformation.
-
properties
public CosmosContainerProperties properties()
Gets the container properties- Returns:
- the cosmos container properties
-
container
public CosmosContainer container()
Gets the Container object- Returns:
- the Cosmos container object
-
-