다음을 통해 공유


CosmosEntityTypeExtensions.GetThroughput(IReadOnlyEntityType) 메서드

정의

컨테이너 scope 프로비전된 처리량을 반환합니다.

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

매개 변수

entityType
IReadOnlyEntityType

엔터티 형식입니다.

반환

처리량입니다.

적용 대상