azure-docs-sdk-java/docs-ref-autogen/com.azure.cosmos.models.Cos...

60 строки
3.1 KiB
YAML
Исходник Обычный вид История

### 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:
- "<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\" />"
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:
- 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\" />"
type: "class"
desc: "The type Cosmos container response."
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.36.0