View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpecStorageConfig (google_api_dataplex v0.20.0)
Configurations related to Cloud Storage as the data source.
Attributes
-
csvOptions
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.t
, default:nil
) - Optional. Configuration for CSV data. -
excludePatterns
(type:list(String.t)
, default:nil
) - 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. -
includePatterns
(type:list(String.t)
, default:nil
) - 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. -
jsonOptions
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.t
, default:nil
) - Optional. Configuration for JSON data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpecStorageConfig{ csvOptions: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.t() | nil, excludePatterns: [String.t()] | nil, includePatterns: [String.t()] | nil, jsonOptions: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions.t() | nil }