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 : Azure.Response<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
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.. |
Value |
Gets the value returned by the service. |
Methods
GetRawResponse() |
Returns the HTTP response returned by the service. |
ToString() |
Returns a string that represents the current object. (Inherited from Response<T>) |
Operators
Implicit(ContainerResponse to CosmosContainer) |
Get CosmosContainer implicitly from ContainerResponse |