public sealed class PosixFilesystem : IMessage<PosixFilesystem>, IEquatable<PosixFilesystem>, IDeepCloneable<PosixFilesystem>, IBufferMessage, IMessageA POSIX filesystem resource.
Implements
IMessage<PosixFilesystem>, IEquatable<PosixFilesystem>, IDeepCloneable<PosixFilesystem>, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
PosixFilesystem()
public PosixFilesystem()PosixFilesystem(PosixFilesystem)
public PosixFilesystem(PosixFilesystem other)| Parameter | |
|---|---|
| Name | Description |
other |
PosixFilesystem |
Properties
RootDirectory
public string RootDirectory { get; set; }Root directory path to the filesystem.
| Property Value | |
|---|---|
| Type | Description |
String |
|