public sealed class DataProfileAction.Types.Export : IMessage<DataProfileAction.Types.Export>, IEquatable<DataProfileAction.Types.Export>, IDeepCloneable<DataProfileAction.Types.Export>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileAction.Types.Export.
If set, the detailed data profiles will be persisted to the location
of your choice whenever updated.
Store all table and column profiles in an existing table or a new table
in an existing dataset. Each re-generation will result in a new row in
BigQuery.
[[["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-06-05 UTC."],[[["This webpage provides reference documentation for the `DataProfileAction.Types.Export` class in the Google Cloud Data Loss Prevention v2 API, covering versions from 2.15.0 up to the latest 4.16.0."],["The `DataProfileAction.Types.Export` class is used to persist detailed data profiles to a location of your choice whenever updates occur, with each regeneration resulting in a new row in BigQuery."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new `Export` instances, either default or copied from an existing `DataProfileAction.Types.Export` object."],["A key property of this class is `ProfileTable`, which is of type `BigQueryTable` and allows the storage of table and column profiles within a BigQuery dataset."]]],[]]