ETagPropertyConvention 클래스

정의

동시성 토큰에 etag 메타데이터(있는 경우)를 추가하는 규칙입니다.

public class ETagPropertyConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizingConvention
type ETagPropertyConvention = class
    interface IModelFinalizingConvention
    interface IConvention
Public Class ETagPropertyConvention
Implements IModelFinalizingConvention
상속
ETagPropertyConvention
구현

설명

자세한 내용 과 예제는 모델 빌드 규칙EF Core를 사용하여 Azure Cosmos DB 액세스를 참조하세요.

생성자

ETagPropertyConvention()

동시성 토큰에 etag 메타데이터(있는 경우)를 추가하는 규칙입니다.

메서드

ProcessModelFinalizing(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)

모델이 종료될 때 호출됩니다.

적용 대상