CosmosModelBuilderExtensions.HasManualThroughput 메서드

정의

수동 프로비전된 처리량 제품을 구성합니다.

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

매개 변수

modelBuilder
ModelBuilder

모델 작성기입니다.

throughput
Nullable<Int32>

설정할 처리량입니다.

반환

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링EF Core를 사용하여 Azure Cosmos DB 액세스를 참조하세요.

적용 대상