Enterprise Knowledge Graph v1 API - Class BigQueryInputConfig (1.0.0-beta02)

public sealed class BigQueryInputConfig : IMessage<BigQueryInputConfig>, IEquatable<BigQueryInputConfig>, IDeepCloneable<BigQueryInputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class BigQueryInputConfig.

The input config for BigQuery tables.

Inheritance

object > BigQueryInputConfig

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

BigQueryInputConfig()

public BigQueryInputConfig()

BigQueryInputConfig(BigQueryInputConfig)

public BigQueryInputConfig(BigQueryInputConfig other)
Parameter
NameDescription
otherBigQueryInputConfig

Properties

BigqueryTable

public string BigqueryTable { get; set; }

Required. Format is projects/*/datasets/*/tables/*.

Property Value
TypeDescription
string

BigqueryTableAsTableName

public TableName BigqueryTableAsTableName { get; set; }

TableName-typed view over the BigqueryTable resource name property.

Property Value
TypeDescription
TableName

GcsUri

public string GcsUri { get; set; }

Required. Schema mapping file

Property Value
TypeDescription
string