共用方式為


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

磁片的快取模式是讀取和寫入。

適用於