Details about the data source for the given collection.
Name | Type | Description | Notes |
---|---|---|---|
format_params | FormatParams | [optional] | |
integration_name | str | Name of integration to use. | [optional] |
bucket | str | Name of GCS bucket you want to ingest from. | [optional] |
object_bytes_downloaded | int | [optional] [readonly] | |
object_bytes_total | int | [optional] [readonly] | |
object_count_downloaded | int | [optional] [readonly] | |
object_count_total | int | [optional] [readonly] | |
pattern | str | Glob-style pattern that selects keys to ingest. Only either prefix or pattern can be specified. | [optional] |
prefix | str | Prefix that selects keys to ingest. | [optional] |
settings | SourceGcsSettings | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |