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 new rows in
BigQuery. Data is inserted using streaming
insert
and so data may be in the buffer for a period of time after the profile
has finished. The Pub/Sub notification is sent before the streaming
buffer is guaranteed to be written, so data may not be instantly
visible to queries by the time your topic receives the Pub/Sub
notification.
[[["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-12 UTC."],[[["This webpage provides documentation for the `DataProfileAction.Types.Export` class within the Google Cloud Data Loss Prevention v2 API, specifically within the .NET environment."],["The `DataProfileAction.Types.Export` class is used to persist detailed data profiles to a specified location, allowing the user to update them as needed."],["The latest version documented is 4.16.0, while the current page being viewed is for version 4.11.0, with links to versions spanning from 2.15.0 to 4.16.0."],["The `DataProfileAction.Types.Export` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The `ProfileTable` property within `DataProfileAction.Types.Export` enables storing table and column profiles in BigQuery, utilizing streaming inserts for data updates, which may introduce a delay before the data is queryable."]]],[]]