Show / Hide Table of Contents

Class CachePrePopulate

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

Inheritance
object
CachePrePopulate
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 CachePrePopulate : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludePathList

Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume.

Declaration
[JsonProperty("excludePathList")]
public virtual IList<string> ExcludePathList { get; set; }
Property Value
Type Description
IList<string>

PathList

Optional. List of directory-paths to be pre-populated for the FlexCache volume.

Declaration
[JsonProperty("pathList")]
public virtual IList<string> PathList { get; set; }
Property Value
Type Description
IList<string>

Recursion

Optional. Flag indicating whether the directories listed with the pathList need to be recursively pre-populated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX