Storage Transfer v1 API - Class PosixFilesystem (2.5.0)

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

Reference documentation and code samples for the Storage Transfer v1 API class PosixFilesystem.

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