public sealed class BigQueryIODetails : IMessage<BigQueryIODetails>, IEquatable<BigQueryIODetails>, IDeepCloneable<BigQueryIODetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class BigQueryIODetails.
Metadata for a BigQuery connector used by the job.
[[["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."],[[["The `BigQueryIODetails` class in the Dataflow v1beta3 API provides metadata for a BigQuery connector used by a job."],["This class, found in the `Google.Cloud.Dataflow.V1Beta3` namespace, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BigQueryIODetails` has constructors for creating instances and properties to specify the `Dataset`, `ProjectId`, `Query`, and `Table` associated with the BigQuery connection."],["The latest version of this class available is `2.0.0-beta07`, with previous versions also accessible."],["The `BigQueryIODetails` class in this API allows you to access information about specific fields such as the dataset, the project ID, the query used, and the table of a connection to a BigQuery."]]],[]]