Class GoogleCloudDatacatalogV1DataplexSpec
Common Dataplex fields.
Implements
Inherited Members
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 |