次の方法で共有


ThroughputSettingsGetPropertiesResource.Throughput プロパティ

定義

Cosmos DB リソースのスループットの値を取得または設定します。 スループットが必要か、autopilotSettings が必要ですが、両方は必要ありません。

[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

適用対象