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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBigQueryIODetails\u003c/code\u003e class in the Dataflow v1beta3 API provides metadata for a BigQuery connector used by a job.\u003c/p\u003e\n"],["\u003cp\u003eThis class, found in the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e namespace, inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBigQueryIODetails\u003c/code\u003e has constructors for creating instances and properties to specify the \u003ccode\u003eDataset\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eQuery\u003c/code\u003e, and \u003ccode\u003eTable\u003c/code\u003e associated with the BigQuery connection.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class available is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, with previous versions also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryIODetails\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class BigQueryIODetails (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.BigQueryIODetails)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.BigQueryIODetails)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.BigQueryIODetails) \n\n public sealed class BigQueryIODetails : IMessage\u003cBigQueryIODetails\u003e, IEquatable\u003cBigQueryIODetails\u003e, IDeepCloneable\u003cBigQueryIODetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class BigQueryIODetails.\n\nMetadata for a BigQuery connector used by the job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BigQueryIODetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BigQueryIODetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.BigQueryIODetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BigQueryIODetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.BigQueryIODetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BigQueryIODetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.BigQueryIODetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### BigQueryIODetails()\n\n public BigQueryIODetails()\n\n### BigQueryIODetails(BigQueryIODetails)\n\n public BigQueryIODetails(BigQueryIODetails other)\n\nProperties\n----------\n\n### Dataset\n\n public string Dataset { get; set; }\n\nDataset accessed in the connection.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nProject accessed in the connection.\n\n### Query\n\n public string Query { get; set; }\n\nQuery used to access data in the connection.\n\n### Table\n\n public string Table { get; set; }\n\nTable accessed in the connection."]]