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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `PosixFilesystem` class within the Google Cloud Storage Transfer v1 API, specifically version 2.7.0."],["The `PosixFilesystem` class is a sealed class that represents a POSIX filesystem resource and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes links to various versions of the API, ranging from version 1.0.0 to the latest version, 2.8.0, showcasing the history and access to older versions."],["The class inherits members from the base `object` class and contains a `RootDirectory` property which represents the root path of the filesystem."],["The class provides two different constructors: one default constructor `PosixFilesystem()` and another `PosixFilesystem(PosixFilesystem other)` which allows you to make a copy of an existing object."]]],[]]