Class SourceParallelstore
Parallelstore as the source of a data transfer.
Implements
Inherited Members
Namespace: Google.Apis.Parallelstore.v1beta.Data
Assembly: Google.Apis.Parallelstore.v1beta.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 |