Freigeben über


CoolAccessRetrievalPolicy Struct

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 readonly struct CoolAccessRetrievalPolicy : IEquatable<Azure.ResourceManager.NetApp.Models.CoolAccessRetrievalPolicy>
type CoolAccessRetrievalPolicy = struct
Public Structure CoolAccessRetrievalPolicy
Implements IEquatable(Of CoolAccessRetrievalPolicy)
Inheritance
CoolAccessRetrievalPolicy
Implements

Constructors

Name Description
CoolAccessRetrievalPolicy(String)

Initializes a new instance of CoolAccessRetrievalPolicy.

Properties

Name Description
Default

Default.

Never

Never.

OnRead

OnRead.

Methods

Name Description
Equals(CoolAccessRetrievalPolicy)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(CoolAccessRetrievalPolicy, CoolAccessRetrievalPolicy)

Determines if two CoolAccessRetrievalPolicy values are the same.

Implicit(String to CoolAccessRetrievalPolicy)

Converts a String to a CoolAccessRetrievalPolicy.

Inequality(CoolAccessRetrievalPolicy, CoolAccessRetrievalPolicy)

Determines if two CoolAccessRetrievalPolicy values are not the same.

Applies to