public sealed class Export : IMessage<DataProfileAction.Types.Export>, IEquatable<DataProfileAction.Types.Export>, IDeepCloneable<DataProfileAction.Types.Export>, IBufferMessage, IMessage
If set, the detailed data profiles will be persisted to the location of your choice whenever updated.
Implements
IMessage<DataProfileAction.Types.Export>, IEquatable<DataProfileAction.Types.Export>, IDeepCloneable<DataProfileAction.Types.Export>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Export()
public Export()
Export(DataProfileAction.Types.Export)
public Export(DataProfileAction.Types.Export other)
Parameter | |
---|---|
Name | Description |
other | DataProfileAction.Types.Export |
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 a new row in BigQuery.
Property Value | |
---|---|
Type | Description |
BigQueryTable |