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-21 UTC."],[[["The content provides documentation for the `TransformationDetailsStorageConfig` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["It details the `TransformationDetailsStorageConfig` class across multiple versions, with the latest being 4.16.0 and the lowest provided being 2.15.0."],["The documentation highlights the class's purpose for configuring the storage of transformation details, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `Table`, which is of the type `BigQueryTable`, used to define the BigQuery table where the output is stored, and `TypeCase`, a property for determining the type case."],["The documentation also provides a list of all the versions of this `TransformationDetailsStorageConfig` class, with links to their individual pages, including the current version 2.15.0, which the provided information is based around."]]],[]]