Show / Hide Table of Contents

Class RestoreConfig

Optional configuration for restore backup operations.

Inheritance
object
RestoreConfig
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX