Udostępnij za pośrednictwem


CosmosModelExtensions.SetThroughput Metoda

Definicja

Przeciążenia

SetThroughput(IMutableModel, Nullable<Int32>, Nullable<Boolean>)

Ustawia aprowizowaną przepływność w zakresie bazy danych.

SetThroughput(IConventionModel, Nullable<Int32>, Nullable<Boolean>, Boolean)

Ustawia aprowizowaną przepływność w zakresie bazy danych.

SetThroughput(IMutableModel, Nullable<Int32>, Nullable<Boolean>)

Ustawia aprowizowaną przepływność w zakresie bazy danych.

public static void SetThroughput (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, int? throughput, bool? autoscale);
static member SetThroughput : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Nullable<int> * Nullable<bool> -> unit
<Extension()>
Public Sub SetThroughput (model As IMutableModel, throughput As Nullable(Of Integer), autoscale As Nullable(Of Boolean))

Parametry

model
IMutableModel

Model.

throughput
Nullable<Int32>

Przepływność do ustawienia.

autoscale
Nullable<Boolean>

Określa, czy jest włączone automatyczne skalowanie.

Dotyczy

SetThroughput(IConventionModel, Nullable<Int32>, Nullable<Boolean>, Boolean)

Ustawia aprowizowaną przepływność w zakresie bazy danych.

public static int? SetThroughput (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, int? throughput, bool? autoscale, bool fromDataAnnotation = false);
static member SetThroughput : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Nullable<int> * Nullable<bool> * bool -> Nullable<int>
<Extension()>
Public Function SetThroughput (model As IConventionModel, throughput As Nullable(Of Integer), autoscale As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

Parametry

model
IConventionModel

Model.

throughput
Nullable<Int32>

Przepływność do ustawienia.

autoscale
Nullable<Boolean>

Określa, czy jest włączone automatyczne skalowanie.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Dotyczy