Google Cloud Data Loss Prevention v2 API - Class TransformationDetailsStorageConfig (4.2.0)

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.

Config for storing transformation details.

Inheritance

Object > TransformationDetailsStorageConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TransformationDetailsStorageConfig()

public TransformationDetailsStorageConfig()

TransformationDetailsStorageConfig(TransformationDetailsStorageConfig)

public TransformationDetailsStorageConfig(TransformationDetailsStorageConfig other)
Parameter
NameDescription
otherTransformationDetailsStorageConfig

Properties

Table

public BigQueryTable Table { get; set; }

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.

Property Value
TypeDescription
BigQueryTable

TypeCase

public TransformationDetailsStorageConfig.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
TransformationDetailsStorageConfig.TypeOneofCase