public sealed class JobConfiguration.Types.Extract : IMessage<JobConfiguration.Types.Extract>, IEquatable<JobConfiguration.Types.Extract>, IDeepCloneable<JobConfiguration.Types.Extract>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobConfiguration.Types.Extract.
Describes an extract job, which exports data to an external source
via the export pipeline.
[[["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 reference documentation for the `JobConfiguration.Types.Extract` class within the BigQuery Audit Data Logging v1 API, version 1.2.0."],["The `JobConfiguration.Types.Extract` class represents an extract job, which is responsible for exporting data to an external source through the export pipeline."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `JobConfiguration.Types.Extract` class include `DestinationUris`, for specifying the Google Cloud Storage locations for the exported data, and `SourceTable`, for designating the table from which data will be extracted."],["Constructors available for the class include `Extract()`, which is the default constructor, and `Extract(JobConfiguration.Types.Extract other)`, allowing for object copying."]]],[]]