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


CosmosModelBuilderExtensions.CanSetThroughput Метод

Определение

Возвращает значение, указывающее, можно ли задать заданную пропускную способность.

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

Параметры

modelBuilder
IConventionModelBuilder

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

throughput
Nullable<Int32>

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

autoscale
Boolean

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

fromDataAnnotation
Boolean

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

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

true Значение , если заданное имя контейнера может быть задано по умолчанию.

Комментарии

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

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