次の方法で共有


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 サービスの 1 秒あたりの要求ユニット数の最小スループットを取得します。

RequestCharge

Azure Cosmos DB サービスからこの要求の要求料金を取得します。

Resource

応答の内容。

StatusCode

Azure Cosmos DB サービスから要求完了状態コードを取得します。 これは、CreateDatabaseIfNotExists などのシナリオで、データベースが作成されたか、既に存在していたかを判断するために使用できます。

演算子

Implicit(ThroughputResponse to ThroughputProperties)

から暗黙的に取得するThroughputPropertiesThroughputResponse

適用対象