Data Catalog v1 API - Class GcsFileSpec (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class GcsFileSpec.

Specification 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. Full file path. Example: gs://bucket_name/a/b.txt.

Property Value
TypeDescription
string

GcsTimestamps

public SystemTimestamps GcsTimestamps { get; set; }

Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.

Property Value
TypeDescription
SystemTimestamps

SizeBytes

public long SizeBytes { get; set; }

Output only. File size in bytes.

Property Value
TypeDescription
long