ContainerResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The cosmos container response
public class ContainerResponse : Microsoft.Azure.Cosmos.Response<Microsoft.Azure.Cosmos.ContainerProperties>
type ContainerResponse = class
inherit Response<ContainerProperties>
Public Class ContainerResponse
Inherits Response(Of ContainerProperties)
- Inheritance
Constructors
ContainerResponse() |
Create a ContainerResponse as a no-op for mock testing |
Properties
ActivityId |
Gets the activity ID for the request from the Azure Cosmos DB service. |
Container |
The reference to the cosmos container. This allows additional operations on the container or for easy access to other references like Items, StoredProcedures, etc.. |
Diagnostics |
Gets the cosmos diagnostics information for the current request to Azure Cosmos DB service |
ETag |
Gets the entity tag associated with the resource from the Azure Cosmos DB service. |
Headers |
Gets the current ResponseMessage HTTP headers. |
RequestCharge |
Gets the request charge for this request from the Azure Cosmos DB service. |
Resource |
The content of the response. |
StatusCode |
Gets the request completion status code from the Azure Cosmos DB service. This can be used to in scenario like CreateDatabaseIfNotExists to help determine if the database was created or already existed. |
Operators
Implicit(ContainerResponse to Container) |
Get Container implicitly from ContainerResponse |
Applies to
Azure SDK for .NET