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.
Implements
IMessageBigQueryInputConfig, IEquatableBigQueryInputConfig, IDeepCloneableBigQueryInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
BigQueryInputConfig()
public BigQueryInputConfig()
BigQueryInputConfig(BigQueryInputConfig)
public BigQueryInputConfig(BigQueryInputConfig other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryInputConfig |
Properties
BigqueryTable
public string BigqueryTable { get; set; }
Required. Format is projects/*/datasets/*/tables/*
.
Property Value | |
---|---|
Type | Description |
string |
BigqueryTableAsTableName
public TableName BigqueryTableAsTableName { get; set; }
TableName-typed view over the BigqueryTable resource name property.
Property Value | |
---|---|
Type | Description |
TableName |
GcsUri
public string GcsUri { get; set; }
Required. Schema mapping file
Property Value | |
---|---|
Type | Description |
string |