public sealed class BigQueryKey : IMessage<BigQueryKey>, IEquatable<BigQueryKey>, IDeepCloneable<BigQueryKey>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BigQueryKey.
Row key for identifying a record in BigQuery table.
Implements
IMessageBigQueryKey, IEquatableBigQueryKey, IDeepCloneableBigQueryKey, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
BigQueryKey()
public BigQueryKey()BigQueryKey(BigQueryKey)
public BigQueryKey(BigQueryKey other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryKey |
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 | |
|---|---|
| Type | Description |
long |
|
TableReference
public BigQueryTable TableReference { get; set; }Complete BigQuery table reference.
| Property Value | |
|---|---|
| Type | Description |
BigQueryTable |
|