Google Cloud Data Loss Prevention v2 API - Class DataProfileBigQueryRowSchema (4.8.0)

public sealed class DataProfileBigQueryRowSchema : IMessage<DataProfileBigQueryRowSchema>, IEquatable<DataProfileBigQueryRowSchema>, IDeepCloneable<DataProfileBigQueryRowSchema>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileBigQueryRowSchema.

The schema of data to be saved to the BigQuery table when the DataProfileAction is enabled.

Inheritance

object > DataProfileBigQueryRowSchema

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DataProfileBigQueryRowSchema()

public DataProfileBigQueryRowSchema()

DataProfileBigQueryRowSchema(DataProfileBigQueryRowSchema)

public DataProfileBigQueryRowSchema(DataProfileBigQueryRowSchema other)
Parameter
NameDescription
otherDataProfileBigQueryRowSchema

Properties

ColumnProfile

public ColumnDataProfile ColumnProfile { get; set; }

Column data profile column

Property Value
TypeDescription
ColumnDataProfile

DataProfileCase

public DataProfileBigQueryRowSchema.DataProfileOneofCase DataProfileCase { get; }
Property Value
TypeDescription
DataProfileBigQueryRowSchemaDataProfileOneofCase

TableProfile

public TableDataProfile TableProfile { get; set; }

Table data profile column

Property Value
TypeDescription
TableDataProfile