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

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

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

Message defining a field of a BigQuery table.

Inheritance

object > BigQueryField

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BigQueryField()

public BigQueryField()

BigQueryField(BigQueryField)

public BigQueryField(BigQueryField other)
Parameter
NameDescription
otherBigQueryField

Properties

Field

public FieldId Field { get; set; }

Designated field in the BigQuery table.

Property Value
TypeDescription
FieldId

Table

public BigQueryTable Table { get; set; }

Source table of the field.

Property Value
TypeDescription
BigQueryTable