Enumeration readModeSC

Read policy for SC (strong consistency) namespaces.

Determines SC read consistency options.

Enumeration Members

ALLOW_REPLICA: number

Server may read from master or any full (non-migrating) replica. Increasing sequence of record versions is not guaranteed.

ALLOW_UNAVAILABLE: number

Server may read from master or any full (non-migrating) replica or from unavailable partitions. Increasing sequence of record versions is not guaranteed.

LINEARIZE: number

Ensures ALL clients will only see an increasing sequence of record versions. Server only reads from master.

SESSION: number

Ensures this client will only see an increasing sequence of record versions. Server only reads from master. This is the default.

MMNEPVFCICPMFPCPTTAAATR