次の方法で共有


OptionsResource.Throughput プロパティ

定義

Cosmos DB リソースのスループットまたは autoscaleSettings の値を取得または設定します。 オファーの詳細を取得するときは、ThroughputSetting リソースを使用します。

[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

適用対象