2020-12-04 14:02:06 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.cosmos.models.CosmosContainerResponse"
|
|
|
|
fullName: "com.azure.cosmos.models.CosmosContainerResponse"
|
|
|
|
name: "CosmosContainerResponse"
|
|
|
|
nameWithType: "CosmosContainerResponse"
|
|
|
|
summary: "The type Cosmos container response."
|
|
|
|
inheritances:
|
2022-08-11 07:43:16 +03:00
|
|
|
- "<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\" />"
|
2020-12-04 14:02:06 +03:00
|
|
|
inheritedMembers:
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getActivityId()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getCurrentResourceQuotaUsage()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getDiagnostics()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getDuration()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getMaxResourceQuota()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getProperties()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getRequestCharge()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getResponseHeaders()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getSessionToken()"
|
|
|
|
- "com.azure.cosmos.models.CosmosResponse.getStatusCode()"
|
|
|
|
- "java.lang.Object.clone()"
|
|
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
|
|
- "java.lang.Object.finalize()"
|
|
|
|
- "java.lang.Object.getClass()"
|
|
|
|
- "java.lang.Object.hashCode()"
|
|
|
|
- "java.lang.Object.notify()"
|
|
|
|
- "java.lang.Object.notifyAll()"
|
|
|
|
- "java.lang.Object.toString()"
|
|
|
|
- "java.lang.Object.wait()"
|
|
|
|
- "java.lang.Object.wait(long)"
|
|
|
|
- "java.lang.Object.wait(long,int)"
|
|
|
|
syntax: "public class CosmosContainerResponse extends CosmosResponse<CosmosContainerProperties>"
|
|
|
|
methods:
|
2022-08-22 08:55:24 +03:00
|
|
|
- uid: "com.azure.cosmos.models.CosmosContainerResponse.getIndexTransformationProgress()"
|
|
|
|
fullName: "com.azure.cosmos.models.CosmosContainerResponse.getIndexTransformationProgress()"
|
|
|
|
name: "getIndexTransformationProgress()"
|
|
|
|
nameWithType: "CosmosContainerResponse.getIndexTransformationProgress()"
|
|
|
|
summary: "Gets the progress of an index transformation, if one is underway."
|
|
|
|
syntax: "public long getIndexTransformationProgress()"
|
|
|
|
desc: "Gets the progress of an index transformation, if one is underway."
|
|
|
|
returns:
|
|
|
|
description: "the progress of an index transformation."
|
|
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.cosmos.models.CosmosContainerResponse.getProperties()"
|
|
|
|
fullName: "com.azure.cosmos.models.CosmosContainerResponse.getProperties()"
|
|
|
|
name: "getProperties()"
|
|
|
|
nameWithType: "CosmosContainerResponse.getProperties()"
|
|
|
|
summary: "Gets the container properties"
|
|
|
|
overridden: "com.azure.cosmos.models.CosmosResponse.getProperties()"
|
|
|
|
syntax: "public CosmosContainerProperties getProperties()"
|
|
|
|
desc: "Gets the container properties"
|
|
|
|
returns:
|
|
|
|
description: "the cosmos container properties"
|
|
|
|
type: "<xref href=\"com.azure.cosmos.models.CosmosContainerProperties?alt=com.azure.cosmos.models.CosmosContainerProperties&text=CosmosContainerProperties\" data-throw-if-not-resolved=\"False\" />"
|
2020-12-04 14:02:06 +03:00
|
|
|
type: "class"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "The type Cosmos container response."
|
2020-12-04 14:02:06 +03:00
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.cosmos.models"
|
2022-09-17 07:16:45 +03:00
|
|
|
artifact: com.azure:azure-cosmos:4.36.0
|