ExportContext constructor
ExportContext({
- ExportContextCsvExportOptions? csvExportOptions,
- List<
String> ? databases, - String? fileType,
- String? kind,
- bool? offload,
- ExportContextSqlExportOptions? sqlExportOptions,
- String? uri,
Implementation
ExportContext({
this.csvExportOptions,
this.databases,
this.fileType,
this.kind,
this.offload,
this.sqlExportOptions,
this.uri,
});