OpenTelemetry SDK
    Preparing search index...

    Type Alias DbCassandraConsistencyLevelValues

    Identifies the Values for DbCassandraConsistencyLevelValues enum definition

    The consistency level of the query. Based on consistency values from CQL.

    Use the DBCASSANDRACONSISTENCYLEVELVALUES_XXXXX constants rather than the DbCassandraConsistencyLevelValues.XXXXX for bundle minification.

    type DbCassandraConsistencyLevelValues = {
        ALL: "all";
        ANY: "any";
        EACH_QUORUM: "each_quorum";
        LOCAL_ONE: "local_one";
        LOCAL_QUORUM: "local_quorum";
        LOCAL_SERIAL: "local_serial";
        ONE: "one";
        QUORUM: "quorum";
        SERIAL: "serial";
        THREE: "three";
        TWO: "two";
    }
    Index
    ALL: "all"

    all.

    ANY: "any"

    any.

    EACH_QUORUM: "each_quorum"

    each_quorum.

    LOCAL_ONE: "local_one"

    local_one.

    LOCAL_QUORUM: "local_quorum"

    local_quorum.

    LOCAL_SERIAL: "local_serial"

    local_serial.

    ONE: "one"

    one.

    QUORUM: "quorum"

    quorum.

    SERIAL: "serial"

    serial.

    THREE: "three"

    three.

    TWO: "two"

    two.