importTablesInProgress property

List<String>? importTablesInProgress
final

The names of tables that are being currently imported.

Valid Values: List of table names.

Implementation

final List<String>? importTablesInProgress;