Method ExportAsync(string, long[]?, bool, bool, CancellationToken)
Exports the database to the specified file path.
public Task ExportAsync(string outputPath, long[]? schemeIds, bool compress, bool dryRun, CancellationToken ct = default)
Exports the database to the specified file path.
public Task ExportAsync(string outputPath, long[]? schemeIds, bool compress, bool dryRun, CancellationToken ct = default)