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

ThroughputResponse 类

定义

cosmos 吞吐量响应

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

构造函数

ThroughputResponse()

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

属性

HasValue

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

(继承自 NullableResponse<T>)
IsReplacePending

获取产品/服务替换是成功还是挂起的状态。

MinThroughput

获取 Azure Cosmos 服务中每秒请求单位度量的最小吞吐量。

Value

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

方法

GetRawResponse()

返回服务返回的 HTTP 响应。

ToString()

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

(继承自 NullableResponse<T>)

运算符

Implicit(ThroughputResponse to ThroughputProperties)

从 隐式获取ThroughputPropertiesThroughputResponse

适用于