Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1GcsFileSpec

Specifications of a single file in Cloud Storage.

Inheritance
object
GoogleCloudDatacatalogV1beta1GcsFileSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX