Google Cloud Data Loss Prevention v2 API - Class DataProfileAction.Types.Export (2.16.0)

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.

Inheritance

object > DataProfileAction.Types.Export

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Export()

public Export()

Export(Export)

public Export(DataProfileAction.Types.Export other)
Parameter
Name Description
other DataProfileActionTypesExport

Properties

ProfileTable

public BigQueryTable ProfileTable { get; set; }

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.

Property Value
Type Description
BigQueryTable