Show / Hide Table of Contents

    Class SqliteKafkaOffsetStoreSettings

    The SqliteKafkaOffsetStore settings.

    Inheritance
    object
    KafkaOffsetStoreSettings
    SqliteKafkaOffsetStoreSettings
    Implements
    IValidatableSettings
    IEquatable<KafkaOffsetStoreSettings>
    IDatabaseConnectionSettings
    IEquatable<SqliteKafkaOffsetStoreSettings>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Silverback.Messaging.Consuming.KafkaOffsetStore
    Assembly: Silverback.Storage.Sqlite.dll
    Syntax
    public record SqliteKafkaOffsetStoreSettings : KafkaOffsetStoreSettings, IValidatableSettings, IEquatable<KafkaOffsetStoreSettings>, IDatabaseConnectionSettings, IEquatable<SqliteKafkaOffsetStoreSettings>

    Constructors

    SqliteKafkaOffsetStoreSettings(SqliteKafkaOffsetStoreSettings)

    The SqliteKafkaOffsetStore settings.

    Declaration
    protected SqliteKafkaOffsetStoreSettings(SqliteKafkaOffsetStoreSettings original)
    Parameters
    Type Name Description
    SqliteKafkaOffsetStoreSettings original

    SqliteKafkaOffsetStoreSettings(string)

    Initializes a new instance of the SqliteKafkaOffsetStoreSettings class.

    Declaration
    public SqliteKafkaOffsetStoreSettings(string connectionString)
    Parameters
    Type Name Description
    string connectionString

    The connection string to the SQLite database.

    Properties

    ConnectionString

    Gets the connection string to the SQLite database.

    Declaration
    public string ConnectionString { get; }
    Property Value
    Type Description
    string

    CreateTableTimeout

    Gets the timeout for the table creation. The default is 30 seconds.

    Declaration
    public TimeSpan CreateTableTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan

    DbCommandTimeout

    Gets the database command timeout. The default is 10 seconds.

    Declaration
    public TimeSpan DbCommandTimeout { get; init; }
    Property Value
    Type Description
    TimeSpan

    EqualityContract

    The SqliteKafkaOffsetStore settings.

    Declaration
    protected override Type EqualityContract { get; }
    Property Value
    Type Description
    Type
    Overrides
    KafkaOffsetStoreSettings.EqualityContract

    TableName

    Gets The name of the Kafka offset store table. The default is "SilverbackKafkaOffsets".

    Declaration
    public string TableName { get; init; }
    Property Value
    Type Description
    string

    Methods

    Equals(KafkaOffsetStoreSettings?)

    The SqliteKafkaOffsetStore settings.

    Declaration
    public override sealed bool Equals(KafkaOffsetStoreSettings? other)
    Parameters
    Type Name Description
    KafkaOffsetStoreSettings other
    Returns
    Type Description
    bool
    Overrides
    KafkaOffsetStoreSettings.Equals(KafkaOffsetStoreSettings?)

    Equals(SqliteKafkaOffsetStoreSettings?)

    The SqliteKafkaOffsetStore settings.

    Declaration
    public virtual bool Equals(SqliteKafkaOffsetStoreSettings? other)
    Parameters
    Type Name Description
    SqliteKafkaOffsetStoreSettings other
    Returns
    Type Description
    bool

    Equals(object?)

    The SqliteKafkaOffsetStore settings.

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    KafkaOffsetStoreSettings.Equals(object?)

    GetHashCode()

    The SqliteKafkaOffsetStore settings.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    KafkaOffsetStoreSettings.GetHashCode()

    PrintMembers(StringBuilder)

    The SqliteKafkaOffsetStore settings.

    Declaration
    protected override bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool
    Overrides
    KafkaOffsetStoreSettings.PrintMembers(StringBuilder)

    ToString()

    The SqliteKafkaOffsetStore settings.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    KafkaOffsetStoreSettings.ToString()

    Validate()

    Throws a SilverbackConfigurationException if the configuration is not valid.

    Declaration
    public override void Validate()
    Overrides
    KafkaOffsetStoreSettings.Validate()

    Operators

    operator ==(SqliteKafkaOffsetStoreSettings?, SqliteKafkaOffsetStoreSettings?)

    The SqliteKafkaOffsetStore settings.

    Declaration
    public static bool operator ==(SqliteKafkaOffsetStoreSettings? left, SqliteKafkaOffsetStoreSettings? right)
    Parameters
    Type Name Description
    SqliteKafkaOffsetStoreSettings left
    SqliteKafkaOffsetStoreSettings right
    Returns
    Type Description
    bool

    operator !=(SqliteKafkaOffsetStoreSettings?, SqliteKafkaOffsetStoreSettings?)

    The SqliteKafkaOffsetStore settings.

    Declaration
    public static bool operator !=(SqliteKafkaOffsetStoreSettings? left, SqliteKafkaOffsetStoreSettings? right)
    Parameters
    Type Name Description
    SqliteKafkaOffsetStoreSettings left
    SqliteKafkaOffsetStoreSettings right
    Returns
    Type Description
    bool

    Implements

    IValidatableSettings
    IEquatable<T>
    IDatabaseConnectionSettings
    IEquatable<T>
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini