Compartir a través de


CreateUpdateOptions.Throughput Propiedad

Definición

Obtiene o establece unidades de solicitud por segundo. Por ejemplo, "rendimiento": 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a