Parallelstore v1beta API - Class DestinationParallelstore (1.0.0-beta03)

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

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

Parallelstore as a destination.

Inheritance

object > DestinationParallelstore

Namespace

Google.Cloud.Parallelstore.V1Beta

Assembly

Google.Cloud.Parallelstore.V1Beta.dll

Constructors

DestinationParallelstore()

public DestinationParallelstore()

DestinationParallelstore(DestinationParallelstore)

public DestinationParallelstore(DestinationParallelstore other)
Parameter
Name Description
other DestinationParallelstore

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