Companion

object Companion

Functions

clientVerified
Link copied to clipboard
fun clientVerified(persistTo: PersistTo, replicateTo: ReplicateTo = ReplicateTo.NONE): Durability

The client will poll the server until the specified durability requirements are observed.

disabled
Link copied to clipboard
fun disabled(): Durability

The SDK will report success as soon as the node hosting the active partition has the mutation in memory (but not necessarily persisted to disk).

majority
Link copied to clipboard
fun majority(): Durability

The mutation must be replicated to (that is, held in the memory allocated to the bucket on) a majority of the Data Service nodes.

majorityAndPersistToActive
Link copied to clipboard
fun majorityAndPersistToActive(): Durability

The mutation must be replicated to a majority of the Data Service nodes.

persistToMajority
Link copied to clipboard
fun persistToMajority(): Durability

The mutation must be persisted to a majority of the Data Service nodes.