Class GoogleCloudDatacatalogV1GcsFileSpec
Specification of a single file in Cloud Storage.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1GcsFileSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilePath
Required. Full file path. Example: gs://bucket_name/a/b.txt
.
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsTimestamps
Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.
Declaration
[JsonProperty("gcsTimestamps")]
public virtual GoogleCloudDatacatalogV1SystemTimestamps GcsTimestamps { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1SystemTimestamps |
SizeBytes
Output only. File size in bytes.
Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |