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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `BigQueryInputConfig` class within the Enterprise Knowledge Graph v1 API for .NET."],["The `BigQueryInputConfig` class is designed to handle input configurations for BigQuery tables, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, a default one and another accepting a `BigQueryInputConfig` object as an argument to copy properties."],["Key properties of this class include `BigqueryTable` (a string representing the BigQuery table in the format `projects/*/datasets/*/tables/*`) and `GcsUri` (a string for the required schema mapping file)."],["The `BigqueryTableAsTableName` property is a `TableName`-typed view over the `BigqueryTable` resource name."]]],[]]