Show / Hide Table of Contents

Class SourceParallelstore

Parallelstore as the source of a data transfer.

Inheritance
object
SourceParallelstore
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.Parallelstore.v1.Data
Assembly: Google.Apis.Parallelstore.v1.dll
Syntax
public class SourceParallelstore : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Path

Optional. Root directory path to the Paralellstore filesystem, starting with /. Defaults to / if unset.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX