다음을 통해 공유


CosmosModelExtensions.GetThroughputConfigurationSource 메서드

정의

ConfigurationSource 데이터베이스 scope 프로비전된 처리량에 대한 를 가져옵니다.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetThroughputConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetThroughputConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetThroughputConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

매개 변수

model
IConventionModel

모델입니다.

반환

ConfigurationSource 처리량에 대한 입니다.

적용 대상