Поделиться через


CosmosModelBuilderExtensions.HasThroughput Метод

Определение

Настраивает подготовленную пропускную способность.

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

Параметры

modelBuilder
IConventionModelBuilder

Построитель моделей.

throughput
Nullable<Int32>

Заданная пропускная способность.

autoscale
Boolean

Включено ли автомасштабирование.

fromDataAnnotation
Boolean

Указывает, была ли конфигурация указана с помощью заметки к данным.

Возвращаемое значение

Комментарии

Дополнительные сведения и примеры см. в разделах Моделирование типов и связей сущностей и Доступ к Azure Cosmos DB с помощью EF Core .

Применяется к