Table of Contents

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

string

CreateTableTimeout

Gets the timeout for the table creation.

TimeSpan CreateTableTimeout { get; init; }

Property Value

TimeSpan

DbCommandTimeout

Gets the database command timeout.

TimeSpan DbCommandTimeout { get; init; }

Property Value

TimeSpan

TableName

Gets the name of the Kafka offset store table.

string TableName { get; init; }

Property Value

string