Share via


CosmosModelExtensions 클래스

정의

Cosmos 메타데이터에 대한 모델 확장 메서드입니다.

public static class CosmosModelExtensions
type CosmosModelExtensions = class
Public Module CosmosModelExtensions
상속
CosmosModelExtensions

설명

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

메서드

GetDefaultContainer(IModel)

기본 컨테이너 이름을 반환합니다.

GetDefaultContainer(IReadOnlyModel)

기본 컨테이너 이름을 반환합니다.

GetDefaultContainerConfigurationSource(IConventionModel)

기본 컨테이너 이름의 구성 원본을 반환합니다.

GetThroughput(IReadOnlyModel)

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

GetThroughputConfigurationSource(IConventionModel)

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

SetDefaultContainer(IConventionModel, String, Boolean)

기본 컨테이너 이름을 설정합니다.

SetDefaultContainer(IMutableModel, String)

기본 컨테이너 이름을 설정합니다.

SetThroughput(IConventionModel, Nullable<Int32>, Nullable<Boolean>, Boolean)

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

SetThroughput(IMutableModel, Nullable<Int32>, Nullable<Boolean>)

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

적용 대상