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.
Implements
IMessageDataplexSpec, IEquatableDataplexSpec, IDeepCloneableDataplexSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DataplexSpec()
public DataplexSpec()
DataplexSpec(DataplexSpec)
public DataplexSpec(DataplexSpec other)
Parameter | |
---|---|
Name | Description |
other | DataplexSpec |
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 | |
---|---|
Type | Description |
string |
CompressionFormat
public string CompressionFormat { get; set; }
Compression format of the data, e.g., zip, gzip etc.
Property Value | |
---|---|
Type | Description |
string |
DataFormat
public PhysicalSchema DataFormat { get; set; }
Format of the data.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |