VolumePatch.CoolAccessRetrievalPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage. Possible values include: 'Default', 'OnRead', 'Never'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.coolAccessRetrievalPolicy")]
public string CoolAccessRetrievalPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.coolAccessRetrievalPolicy")>]
member this.CoolAccessRetrievalPolicy : string with get, set
Public Property CoolAccessRetrievalPolicy As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute