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

ThroughputResponse 类

定义

cosmos 吞吐量响应

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

构造函数

ThroughputResponse()

ThroughputResponse创建作为模拟测试的 no-op

属性

ActivityId

从 Azure Cosmos DB 服务获取请求的活动 ID。

Diagnostics

获取对 Azure Cosmos DB 服务的当前请求的 cosmos 诊断信息

ETag

从 Azure Cosmos DB 服务中获取与资源关联的实体标记。

Headers

获取当前的 ResponseMessage HTTP 标头。

IsReplacePending

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

MinThroughput

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

RequestCharge

从 Azure Cosmos DB 服务获取此请求的请求费用。

Resource

响应的内容。

StatusCode

从 Azure Cosmos DB 服务获取请求完成状态代码。 这可用于在 CreateDatabaseIfNotExists 等方案中帮助确定数据库是已创建还是已存在。

运算符

Implicit(ThroughputResponse to ThroughputProperties)

从 隐式获取ThroughputPropertiesThroughputResponse

适用于