Parallelstore v1beta API - Class SourceParallelstore (1.0.0-beta06)

public sealed class SourceParallelstore : IMessage<SourceParallelstore>, IEquatable<SourceParallelstore>, IDeepCloneable<SourceParallelstore>, IBufferMessage, IMessage

Reference documentation and code samples for the Parallelstore v1beta API class SourceParallelstore.

Parallelstore as the source of a data transfer.

Inheritance

object > SourceParallelstore

Namespace

Google.Cloud.Parallelstore.V1Beta

Assembly

Google.Cloud.Parallelstore.V1Beta.dll

Constructors

SourceParallelstore()

public SourceParallelstore()

SourceParallelstore(SourceParallelstore)

public SourceParallelstore(SourceParallelstore other)
Parameter
Name Description
other SourceParallelstore

Properties

Path

public string Path { get; set; }

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

Property Value
Type Description
string