public sealed class TransformationDetailsStorageConfig : IMessage<TransformationDetailsStorageConfig>, IEquatable<TransformationDetailsStorageConfig>, IDeepCloneable<TransformationDetailsStorageConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationDetailsStorageConfig.
The BigQuery table in which to store the output. This may be an existing
table or in a new table in an existing dataset.
If table_id is not set a new one will be generated for you with the
following format:
dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific
time zone will be used for generating the date details.
[[["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-24 UTC."],[[["This webpage provides documentation for the `TransformationDetailsStorageConfig` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `TransformationDetailsStorageConfig` class is designed to store configuration details for storing transformation details, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers a `Table` property of type `BigQueryTable`, used to designate a BigQuery table for storing output, and if no specific table ID is set, one will be generated automatically."],["The documentation shows versions ranging from 2.15.0 to 4.16.0 of the API, allowing developers to browse the history of the `TransformationDetailsStorageConfig` class and its associated reference material, with version 4.16.0 being the latest."],["The class has two constructors: a parameterless one and another that takes a `TransformationDetailsStorageConfig` object as a parameter, allowing for instance creation and copy initialization."]]],[]]