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
IMessage<DataplexSpec>, IEquatable<DataplexSpec>, IDeepCloneable<DataplexSpec>, 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 |