Show / Hide Table of Contents

Class CacheConfig

Configuration of the cache volume.

Inheritance
object
CacheConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class CacheConfig : IDirectResponseSchema

Properties

CachePrePopulate

Optional. Pre-populate cache volume with data from the origin volume.

Declaration
[JsonProperty("cachePrePopulate")]
public virtual CachePrePopulate CachePrePopulate { get; set; }
Property Value
Type Description
CachePrePopulate

CachePrePopulateState

Output only. State of the prepopulation job indicating how the prepopulation is progressing.

Declaration
[JsonProperty("cachePrePopulateState")]
public virtual string CachePrePopulateState { get; set; }
Property Value
Type Description
string

CifsChangeNotifyEnabled

Optional. Flag indicating whether a CIFS change notification is enabled for the FlexCache volume.

Declaration
[JsonProperty("cifsChangeNotifyEnabled")]
public virtual bool? CifsChangeNotifyEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

WritebackEnabled

Optional. Flag indicating whether writeback is enabled for the FlexCache volume.

Declaration
[JsonProperty("writebackEnabled")]
public virtual bool? WritebackEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX