Show / Hide Table of Contents

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 Source

AllowTransactionalWrites

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>
View Source

ClusterId

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

Declaration
public readonly string ClusterId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.