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モック テスト用の no-op として を作成する

プロパティ

HasValue

現在のインスタンスが基になる型の有効な値を持っているかどうかを示す値を取得します。

(継承元 NullableResponse<T>)
IsReplacePending

オファーの置換が成功したか保留中であるかを示す状態を取得します。

MinThroughput

Azure Cosmos サービスの 1 秒あたりの要求ユニット数の測定における最小スループットを取得します。

Value

サービスによって返される値を取得します。 が false の場合 HasValue 、このプロパティにアクセスすると がスローされます。

メソッド

GetRawResponse()

サービスによって返される HTTP 応答を返します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 NullableResponse<T>)

演算子

Implicit(ThroughputResponse to ThroughputProperties)

から暗黙的に取得するThroughputPropertiesThroughputResponse

適用対象