gcsMetadataSchemaSource property

GcsSource? gcsMetadataSchemaSource
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_schema.json
  • gs://bucket_name/my_directory If providing a directory, the metadata schema will be read from the files that ends with "metadata_schema.json" in the directory.

Implementation

final GcsSource? gcsMetadataSchemaSource;