Class GoogleCloudDatacatalogV1beta1GcsFileSpec
Specifications of a single file in Cloud Storage.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1GcsFileSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilePath
Required. The 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. Timestamps about the Cloud Storage file.
Declaration
[JsonProperty("gcsTimestamps")]
public virtual GoogleCloudDatacatalogV1beta1SystemTimestamps GcsTimestamps { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1beta1SystemTimestamps |
SizeBytes
Output only. The size of the file, in bytes.
Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |