Class GoogleCloudDataplexV1DataDiscoverySpecStorageConfig
Configurations related to Cloud Storage as the data source.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataDiscoverySpecStorageConfig : IDirectResponseSchema
Properties
CsvOptions
Optional. Configuration for CSV data.
Declaration
[JsonProperty("csvOptions")]
public virtual GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions CsvOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludePatterns
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.
Declaration
[JsonProperty("excludePatterns")]
public virtual IList<string> ExcludePatterns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludePatterns
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.
Declaration
[JsonProperty("includePatterns")]
public virtual IList<string> IncludePatterns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
JsonOptions
Optional. Configuration for JSON data.
Declaration
[JsonProperty("jsonOptions")]
public virtual GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions JsonOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions |