Show / Hide Table of Contents

Class GooglePrivacyDlpV2TransformationDetailsStorageConfig

Config for storing transformation details.

Inheritance
object
GooglePrivacyDlpV2TransformationDetailsStorageConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TransformationDetailsStorageConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Table

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.

Declaration
[JsonProperty("table")]
public virtual GooglePrivacyDlpV2BigQueryTable Table { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2BigQueryTable

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX