CosmosModelBuilderExtensions.HasManualThroughput Methode

Definition

Konfiguriert das Angebot für manuell bereitgestellten Durchsatz.

public static Microsoft.EntityFrameworkCore.ModelBuilder HasManualThroughput (this Microsoft.EntityFrameworkCore.ModelBuilder modelBuilder, int? throughput);
static member HasManualThroughput : Microsoft.EntityFrameworkCore.ModelBuilder * Nullable<int> -> Microsoft.EntityFrameworkCore.ModelBuilder
<Extension()>
Public Function HasManualThroughput (modelBuilder As ModelBuilder, throughput As Nullable(Of Integer)) As ModelBuilder

Parameter

modelBuilder
ModelBuilder

Der Modellgenerator.

throughput
Nullable<Int32>

Der festzulegende Durchsatz.

Gibt zurück

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellieren von Entitätstypen und Beziehungen und Zugreifen auf Azure Cosmos DB mit EF Core .

Gilt für: