public sealed class DestinationParallelstore : IMessage<DestinationParallelstore>, IEquatable<DestinationParallelstore>, IDeepCloneable<DestinationParallelstore>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class DestinationParallelstore.
Parallelstore as the destination of a data transfer.
Implements
IMessageDestinationParallelstore, IEquatableDestinationParallelstore, IDeepCloneableDestinationParallelstore, IBufferMessage, IMessageNamespace
Google.Cloud.Parallelstore.V1Assembly
Google.Cloud.Parallelstore.V1.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 |