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

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

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

Row key for identifying a record in BigQuery table.

Inheritance

object > BigQueryKey

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BigQueryKey()

public BigQueryKey()

BigQueryKey(BigQueryKey)

public BigQueryKey(BigQueryKey other)
Parameter
NameDescription
otherBigQueryKey

Properties

RowNumber

public long RowNumber { get; set; }

Row number inferred at the time the table was scanned. This value is nondeterministic, cannot be queried, and may be null for inspection jobs. To locate findings within a table, specify inspect_job.storage_config.big_query_options.identifying_fields in CreateDlpJobRequest.

Property Value
TypeDescription
long

TableReference

public BigQueryTable TableReference { get; set; }

Complete BigQuery table reference.

Property Value
TypeDescription
BigQueryTable