Data Catalog v1 API - Class DataplexSpec (2.3.0)

public sealed class DataplexSpec : IMessage<DataplexSpec>, IEquatable<DataplexSpec>, IDeepCloneable<DataplexSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class DataplexSpec.

Common Dataplex fields.

Inheritance

object > DataplexSpec

Namespace

GoogleCloudGoogle.Cloud.DataCatalogV1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DataplexSpec()

public DataplexSpec()

DataplexSpec(DataplexSpec)

public DataplexSpec(DataplexSpec other)
Parameter
NameDescription
otherDataplexSpec

Properties

Asset

public string Asset { get; set; }

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.

Property Value
TypeDescription
string

CompressionFormat

public string CompressionFormat { get; set; }

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

Property Value
TypeDescription
string

DataFormat

public PhysicalSchema DataFormat { get; set; }

Format of the data.

Property Value
TypeDescription
PhysicalSchema

ProjectId

public string ProjectId { get; set; }

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.

Property Value
TypeDescription
string