Redigera

Dela via


CassandraClusteringOptions Class

Definition

Options for configuring Cassandra clustering.

public class CassandraClusteringOptions
type CassandraClusteringOptions = class
Public Class CassandraClusteringOptions
Inheritance
CassandraClusteringOptions

Constructors

CassandraClusteringOptions()

Properties

UseCassandraTtl

Optionally configure time-to-live behavior for the membership table row data in Cassandra itself, allowing defunct silo cleanup even if a cluster is no longer running.

When this is true, DefunctSiloCleanupPeriod CAN be null to enable Cassandra-only defunct silo cleanup. Either way, the Cassandra TTL will still be configured from the configured DefunctSiloExpiration value.

Methods

ConfigureClient(Func<IServiceProvider,Task<ISession>>)

Configures the Cassandra client.

ConfigureClient(String, String)

Configures the Cassandra client.

Applies to