AppProfileSingleClusterRouting

data class AppProfileSingleClusterRouting(val allowTransactionalWrites: Boolean? = null, val clusterId: String)

Constructors

Link copied to clipboard
constructor(allowTransactionalWrites: Boolean? = null, clusterId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile. It is unsafe to send these requests to the same table/row/column in multiple clusters.

Link copied to clipboard

The cluster to which read/write requests should be routed.