public sealed class JobConfiguration : IMessage<JobConfiguration>, IEquatable<JobConfiguration>, IDeepCloneable<JobConfiguration>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobConfiguration.
Job configuration information.
See the Jobs API resource
for more details on individual fields.
[[["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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eJobConfiguration\u003c/code\u003e class within the Google Cloud BigQuery Audit Data Logging v1 API, with the latest version being 1.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobConfiguration\u003c/code\u003e class, which inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, represents the configuration details for a BigQuery job.\u003c/p\u003e\n"],["\u003cp\u003eIt offers functionalities to define various job types including Extract, Load, Query, and TableCopy, with properties such as \u003ccode\u003eDryRun\u003c/code\u003e, \u003ccode\u003eLabels\u003c/code\u003e, and \u003ccode\u003eConfigurationCase\u003c/code\u003e to customize job execution and behavior.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this class, including the current version as well as version 1.2.0, 1.1.0 and 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eConstructors for the class are available, including a parameter-less one, as well as one that allows you to pass another \u003ccode\u003eJobConfiguration\u003c/code\u003e class to it.\u003c/p\u003e\n"]]],[],null,["# BigQuery Audit Data Logging v1 API - Class JobConfiguration (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobConfiguration)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.2.0/Google.Cloud.BigQuery.Logging.V1.JobConfiguration)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.1.0/Google.Cloud.BigQuery.Logging.V1.JobConfiguration)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.0.0/Google.Cloud.BigQuery.Logging.V1.JobConfiguration) \n\n public sealed class JobConfiguration : IMessage\u003cJobConfiguration\u003e, IEquatable\u003cJobConfiguration\u003e, IDeepCloneable\u003cJobConfiguration\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobConfiguration.\n\nJob configuration information.\nSee the [Jobs](/bigquery/docs/reference/v2/jobs) API resource\nfor more details on individual fields. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobConfiguration \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobConfiguration](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobConfiguration), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobConfiguration](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobConfiguration), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobConfiguration](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobConfiguration), [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.BigQuery.Logging.V1](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.Logging.V1.dll\n\nConstructors\n------------\n\n### JobConfiguration()\n\n public JobConfiguration()\n\n### JobConfiguration(JobConfiguration)\n\n public JobConfiguration(JobConfiguration other)\n\nProperties\n----------\n\n### ConfigurationCase\n\n public JobConfiguration.ConfigurationOneofCase ConfigurationCase { get; }\n\n### DryRun\n\n public bool DryRun { get; set; }\n\nIf true, don't actually run the job. Just check that it would run.\n\n### Extract\n\n public JobConfiguration.Types.Extract Extract { get; set; }\n\nExtract job information.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nLabels provided for the job.\n\n### Load\n\n public JobConfiguration.Types.Load Load { get; set; }\n\nLoad job information.\n\n### Query\n\n public JobConfiguration.Types.Query Query { get; set; }\n\nQuery job information.\n\n### TableCopy\n\n public JobConfiguration.Types.TableCopy TableCopy { get; set; }\n\nTableCopy job information."]]