ExternalCatalogTableOptions constructor
ExternalCatalogTableOptions({
- String? connectionId,
- Map<
String, String> ? parameters, - StorageDescriptor? storageDescriptor,
Implementation
ExternalCatalogTableOptions({
this.connectionId,
this.parameters,
this.storageDescriptor,
});