次の方法で共有


CreateUpdateOptions.Throughput プロパティ

定義

1 秒あたりの要求ユニット数を取得または設定します。 たとえば、"throughput": 10000 です。

[Newtonsoft.Json.JsonProperty(PropertyName="throughput")]
public int? Throughput { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="throughput")>]
member this.Throughput : Nullable<int> with get, set
Public Property Throughput As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象