CosmosModelExtensions.SetThroughput Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SetThroughput(IMutableModel, Nullable<Int32>, Nullable<Boolean>) |
Imposta la velocità effettiva con provisioning nell'ambito del database. |
SetThroughput(IConventionModel, Nullable<Int32>, Nullable<Boolean>, Boolean) |
Imposta la velocità effettiva con provisioning nell'ambito del database. |
SetThroughput(IMutableModel, Nullable<Int32>, Nullable<Boolean>)
Imposta la velocità effettiva con provisioning nell'ambito del database.
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))
Parametri
- model
- IMutableModel
Modello.
Si applica a
SetThroughput(IConventionModel, Nullable<Int32>, Nullable<Boolean>, Boolean)
Imposta la velocità effettiva con provisioning nell'ambito del database.
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)
Parametri
- model
- IConventionModel
Modello.
- fromDataAnnotation
- Boolean
Indica se la configurazione è stata specificata usando un'annotazione dati.