syncMode property

String syncMode
final

Replication sync mode. Possible values: async (asynchronous, fastest), sync (synchronous, strong consistency), quorum (quorum-based, majority of replicas must confirm).

Implementation

final String syncMode;