Class GcsFileSpec (1.2.0)

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

Specifications of a single file in Cloud Storage.

Inheritance

Object > GcsFileSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

GcsFileSpec()

public GcsFileSpec()

GcsFileSpec(GcsFileSpec)

public GcsFileSpec(GcsFileSpec other)
Parameter
NameDescription
otherGcsFileSpec

Properties

FilePath

public string FilePath { get; set; }

Required. The full file path. Example: gs://bucket_name/a/b.txt.

Property Value
TypeDescription
String

GcsTimestamps

public SystemTimestamps GcsTimestamps { get; set; }

Output only. Timestamps about the Cloud Storage file.

Property Value
TypeDescription
SystemTimestamps

SizeBytes

public long SizeBytes { get; set; }

Output only. The size of the file, in bytes.

Property Value
TypeDescription
Int64