NetAppVolumeData.CoolAccessTieringPolicy 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.
coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
public Azure.ResourceManager.NetApp.Models.CoolAccessTieringPolicy? CoolAccessTieringPolicy { get; set; }
member this.CoolAccessTieringPolicy : Nullable<Azure.ResourceManager.NetApp.Models.CoolAccessTieringPolicy> with get, set
Public Property CoolAccessTieringPolicy As Nullable(Of CoolAccessTieringPolicy)