你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerResponse 类

定义

cosmos 容器响应

public class ContainerResponse : Azure.Response<Azure.Cosmos.ContainerProperties>
type ContainerResponse = class
    inherit Response<ContainerProperties>
Public Class ContainerResponse
Inherits Response(Of ContainerProperties)
继承

构造函数

ContainerResponse()

ContainerResponse创建 作为模拟测试的无操作

属性

Container

对 cosmos 容器的引用。 这允许对容器或轻松访问其他引用(如 Items、StoredProcedures 等)执行其他操作。

HasValue

获取一个值,该值指示当前实例是否具有其基础类型的有效值。

(继承自 NullableResponse<T>)
Value

获取服务返回的值。 如果 HasValue 为 false,则访问此属性将引发。

方法

GetRawResponse()

返回服务返回的 HTTP 响应。

ToString()

返回表示当前对象的字符串。

(继承自 NullableResponse<T>)

运算符

Implicit(ContainerResponse to CosmosContainer)

从 隐式获取CosmosContainerContainerResponse

适用于