Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1DataplexSpec

Common Dataplex fields.

Inheritance
object
GoogleCloudDatacatalogV1DataplexSpec
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.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1DataplexSpec : IDirectResponseSchema

Properties

Asset

Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

Declaration
[JsonProperty("asset")]
public virtual string Asset { get; set; }
Property Value
Type Description
string

CompressionFormat

Compression format of the data, e.g., zip, gzip etc.

Declaration
[JsonProperty("compressionFormat")]
public virtual string CompressionFormat { get; set; }
Property Value
Type Description
string

DataFormat

Format of the data.

Declaration
[JsonProperty("dataFormat")]
public virtual GoogleCloudDatacatalogV1PhysicalSchema DataFormat { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1PhysicalSchema

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProjectId

Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX