Package com.azure.data.cosmos.sync
Class CosmosSyncContainerResponse
- java.lang.Object
-
- com.azure.data.cosmos.sync.CosmosSyncResponse
-
- com.azure.data.cosmos.sync.CosmosSyncContainerResponse
-
public class CosmosSyncContainerResponse extends CosmosSyncResponse
The synchronous cosmos container response
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CosmosSyncContainer
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.sync.CosmosSyncResponse
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 CosmosSyncContainer container()
Gets the Container object- Returns:
- the Cosmos container object
-
-