다음을 통해 공유


CosmosModelExtensions.GetThroughput(IReadOnlyModel) 메서드

정의

데이터베이스 scope 프로비전된 처리량을 반환합니다.

public static Microsoft.Azure.Cosmos.ThroughputProperties? GetThroughput (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetThroughput : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> Microsoft.Azure.Cosmos.ThroughputProperties
<Extension()>
Public Function GetThroughput (model As IReadOnlyModel) As ThroughputProperties

매개 변수

model
IReadOnlyModel

모델입니다.

반환

처리량입니다.

적용 대상