Class PosixFilesystem (2.0.0)

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

A POSIX filesystem resource.

Inheritance

Object > PosixFilesystem

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

PosixFilesystem()

public PosixFilesystem()

PosixFilesystem(PosixFilesystem)

public PosixFilesystem(PosixFilesystem other)
Parameter
NameDescription
otherPosixFilesystem

Properties

RootDirectory

public string RootDirectory { get; set; }

Root directory path to the filesystem.

Property Value
TypeDescription
String