Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.26 KB

GcsSourceWrapper.md

File metadata and controls

22 lines (17 loc) · 1.26 KB

GcsSourceWrapper

Details about the data source for the given collection.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]