gcsMetadataSource property

GcsSource? gcsMetadataSource
final

Google Cloud Storage location. Supports importing individual files as well as entire Google Cloud Storage directories. Sample formats:

  • gs://bucket_name/my_directory/object_name/metadata.json
  • gs://bucket_name/my_directory If providing a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.

Implementation

final GcsSource? gcsMetadataSource;