Class PosixFilesystem
A POSIX filesystem resource.
Implements
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class PosixFilesystem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RootDirectory
Root directory path to the filesystem.
Declaration
[JsonProperty("rootDirectory")]
public virtual string RootDirectory { get; set; }
Property Value
Type | Description |
---|---|
string |