Show / Hide Table of Contents

Class AppProfileSingleClusterRoutingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AppProfileSingleClusterRoutingArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AppProfileSingleClusterRoutingArgs : ResourceArgs

Constructors

View Source

AppProfileSingleClusterRoutingArgs()

Declaration
public AppProfileSingleClusterRoutingArgs()

Properties

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 Input<bool> AllowTransactionalWrites { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ClusterId

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

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.