Share via


CachingBotDataStoreConsistencyPolicy 열거형

정의

에 대한 데이터 일관성 정책 CachingBotDataStore

public enum CachingBotDataStoreConsistencyPolicy
type CachingBotDataStoreConsistencyPolicy = 
Public Enum CachingBotDataStoreConsistencyPolicy
상속
CachingBotDataStoreConsistencyPolicy

필드

ETagBasedConsistency 1

에서 CachingBotDataStore 반환Microsoft.Bot.Builder.Dialogs.Internals.CachingBotDataStore.inner된 것과 동일한 ETag 데이터를 씁니다. 결과적으로 FlushAsync(IAddress, CancellationToken) ETag 불일치로 인해 실패할 수 있습니다.

LastWriteWins 0

CachingBotDataStore 데이터를 스토리지에 플러시할 때 가 "*"로 설정 ETag 됩니다. 결과적으로 마지막 쓰기는 데이터를 덮어씁니다.

적용 대상