Class AppProfileSingleClusterRouting
Inheritance
System.Object
AppProfileSingleClusterRouting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AppProfileSingleClusterRouting
Fields
View SourceAllowTransactionalWrites
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.
Declaration
public readonly bool? AllowTransactionalWrites
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ClusterId
The cluster to which read/write requests should be routed.
Declaration
public readonly string ClusterId
Field Value
| Type | Description |
|---|---|
| System.String |