Dataform v1 API - Class FilesystemEntryMetadata (1.0.0-beta03)

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

Reference documentation and code samples for the Dataform v1 API class FilesystemEntryMetadata.

Represents metadata for a single entry in a filesystem.

Inheritance

object > FilesystemEntryMetadata

Namespace

Google.Cloud.Dataform.V1

Assembly

Google.Cloud.Dataform.V1.dll

Constructors

FilesystemEntryMetadata()

public FilesystemEntryMetadata()

FilesystemEntryMetadata(FilesystemEntryMetadata)

public FilesystemEntryMetadata(FilesystemEntryMetadata other)
Parameter
Name Description
other FilesystemEntryMetadata

Properties

SizeBytes

public long SizeBytes { get; set; }

Output only. Provides the size of the entry in bytes. For directories, this will be 0.

Property Value
Type Description
long

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Represents the time of the last modification of the entry.

Property Value
Type Description
Timestamp