schemaStorageConfig property

Map<String, String>? schemaStorageConfig
final

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

Implementation

final Map<String, String>? schemaStorageConfig;