IDbUtilsOptions interface

Defines different options which can be used for initialization of other library objects

public interface Korzh.DbUtils.IDbUtilsOptions

Properties

Type Name Description
IDatasetImporter DatasetImporter Gets or sets the dataset importer.
IDbWriter DbWriter Gets or sets the database writer.
ILoggerFactory LoggerFactory Gets or sets the logger factory.
String SeedDataFolder Gets or sets the folder where unpacker will look for the data.
IDataUnpacker Unpacker Gets or sets the unpacker.