Share via


NetAppVolumeGroupVolume.CoolAccessRetrievalPolicy Property

Definition

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.

public Azure.ResourceManager.NetApp.Models.CoolAccessRetrievalPolicy? CoolAccessRetrievalPolicy { get; set; }
member this.CoolAccessRetrievalPolicy : Nullable<Azure.ResourceManager.NetApp.Models.CoolAccessRetrievalPolicy> with get, set
Public Property CoolAccessRetrievalPolicy As Nullable(Of CoolAccessRetrievalPolicy)

Property Value

Applies to