Interface IDatabaseConnectionSettings
- Namespace
- Silverback.Storage
- Assembly
- Silverback.Storage.Relational.dll
The basic settings of the database connection.
public interface IDatabaseConnectionSettings
Properties
ConnectionString
Gets the connection string to the database.
string ConnectionString { get; }
Property Value
CreateTableTimeout
Gets the timeout for the table creation.
TimeSpan CreateTableTimeout { get; init; }
Property Value
DbCommandTimeout
Gets the database command timeout.
TimeSpan DbCommandTimeout { get; init; }
Property Value
TableName
Gets the name of the Kafka offset store table.
string TableName { get; init; }