다음을 통해 공유


CachingType 열거형

정의

CachingType에 대한 값을 정의합니다.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CachingType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CachingType = 
Public Enum CachingType
상속
CachingType
특성
Newtonsoft.Json.JsonConverterAttribute

필드

None 0

디스크의 캐싱 모드를 사용할 수 없습니다.

ReadOnly 1

디스크의 캐싱 모드는 읽기 전용입니다.

ReadWrite 2

디스크의 캐싱 모드는 읽고 씁니다.

적용 대상