public sealed class DataDiscoverySpec.Types.StorageConfig : IMessage<DataDiscoverySpec.Types.StorageConfig>, IEquatable<DataDiscoverySpec.Types.StorageConfig>, IDeepCloneable<DataDiscoverySpec.Types.StorageConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataDiscoverySpec.Types.StorageConfig.
Configurations related to Cloud Storage as the data source.
Implements
IMessageDataDiscoverySpecTypesStorageConfig, IEquatableDataDiscoverySpecTypesStorageConfig, IDeepCloneableDataDiscoverySpecTypesStorageConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
StorageConfig()
public StorageConfig()
StorageConfig(StorageConfig)
public StorageConfig(DataDiscoverySpec.Types.StorageConfig other)
Parameter | |
---|---|
Name | Description |
other |
DataDiscoverySpecTypesStorageConfig |
Properties
CsvOptions
public DataDiscoverySpec.Types.StorageConfig.Types.CsvOptions CsvOptions { get; set; }
Optional. Configuration for CSV data.
Property Value | |
---|---|
Type | Description |
DataDiscoverySpecTypesStorageConfigTypesCsvOptions |
ExcludePatterns
public RepeatedField<string> ExcludePatterns { get; }
Optional. Defines the data to exclude during discovery. Provide a list of patterns that identify the data to exclude. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
IncludePatterns
public RepeatedField<string> IncludePatterns { get; }
Optional. Defines the data to include during discovery when only a subset of the data should be considered. Provide a list of patterns that identify the data to include. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
JsonOptions
public DataDiscoverySpec.Types.StorageConfig.Types.JsonOptions JsonOptions { get; set; }
Optional. Configuration for JSON data.
Property Value | |
---|---|
Type | Description |
DataDiscoverySpecTypesStorageConfigTypesJsonOptions |