public sealed class Zone.Types.DiscoverySpec : IMessage<Zone.Types.DiscoverySpec>, IEquatable<Zone.Types.DiscoverySpec>, IDeepCloneable<Zone.Types.DiscoverySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Zone.Types.DiscoverySpec.
Settings to manage the metadata discovery and publishing in a zone.
Implements
IMessageZoneTypesDiscoverySpec, IEquatableZoneTypesDiscoverySpec, IDeepCloneableZoneTypesDiscoverySpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DiscoverySpec()
public DiscoverySpec()
DiscoverySpec(DiscoverySpec)
public DiscoverySpec(Zone.Types.DiscoverySpec other)
Parameter | |
---|---|
Name | Description |
other | ZoneTypesDiscoverySpec |
Properties
CsvOptions
public Zone.Types.DiscoverySpec.Types.CsvOptions CsvOptions { get; set; }
Optional. Configuration for CSV data.
Property Value | |
---|---|
Type | Description |
ZoneTypesDiscoverySpecTypesCsvOptions |
Enabled
public bool Enabled { get; set; }
Required. Whether discovery is enabled.
Property Value | |
---|---|
Type | Description |
bool |
ExcludePatterns
public RepeatedField<string> ExcludePatterns { get; }
Optional. The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
IncludePatterns
public RepeatedField<string> IncludePatterns { get; }
Optional. The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.