Show / Hide Table of Contents

Class DatasetAccessView

Inheritance
System.Object
DatasetAccessView
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 DatasetAccessView

Fields

View Source

DatasetId

The ID of the dataset containing this table.

Declaration
public readonly string DatasetId
Field Value
Type Description
System.String
View Source

ProjectId

The ID of the project containing this table.

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

TableId

The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.

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