public sealed class JobConfiguration.Types.TableCopy : IMessage<JobConfiguration.Types.TableCopy>, IEquatable<JobConfiguration.Types.TableCopy>, IDeepCloneable<JobConfiguration.Types.TableCopy>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobConfiguration.Types.TableCopy.
Describes a copy job, which copies an existing table to another table.
[[["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 documentation covers the `JobConfiguration.Types.TableCopy` class within the BigQuery Audit Data Logging v1 API, which is designed for describing copy job operations that involve copying an existing table to another."],["The `TableCopy` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer-based message operations."],["There are several versions available for this documentation, with version 1.3.0 being the latest, and this class is part of the `Google.Cloud.BigQuery.Logging.V1` namespace."],["The `TableCopy` class includes properties like `CreateDisposition`, `DestinationTable`, `DestinationTableEncryption`, `SourceTables`, and `WriteDisposition`, which control how tables are created, where data is copied, and how existing tables are affected."],["The `TableCopy` class offers two constructors, one parameterless and one for deep cloning, to initialize new instances or clone existing instances of `JobConfiguration.Types.TableCopy` objects."]]],[]]