Sdílet prostřednictvím


CosmosModelExtensions.SetThroughput Metoda

Definice

Přetížení

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

Nastaví zřízenou propustnost v oboru databáze.

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

Nastaví zřízenou propustnost v oboru databáze.

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

Nastaví zřízenou propustnost v oboru databáze.

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>

Propustnost, která se má nastavit.

autoscale
Nullable<Boolean>

Jestli je povolené automatické škálování.

Platí pro

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

Nastaví zřízenou propustnost v oboru databáze.

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>

Propustnost, která se má nastavit.

autoscale
Nullable<Boolean>

Jestli je povolené automatické škálování.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Platí pro