Class RestoreConfig
Optional configuration for restore backup operations.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1beta1.Data
Assembly: Google.Apis.CloudFilestore.v1beta1.dll
Syntax
public class RestoreConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PathPatterns
Optional. Example: If you want to restore /mnt/share/dir1/file.txt, the path pattern must be
/dir1/file.txt. If you want to restore /mnt/share/dir1/, the path pattern must be /dir1. Currently
only single path is supported, Glob patterns are not supported.
Declaration
[JsonProperty("pathPatterns")]
public virtual IList<string> PathPatterns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |