Class CachePrePopulate
Pre-populate cache volume with data from the origin volume.
Implements
Inherited Members
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? |