Show / Hide Table of Contents

Class GooglePrivacyDlpV2BigQueryKey

Row key for identifying a record in BigQuery table.

Inheritance
object
GooglePrivacyDlpV2BigQueryKey
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 GooglePrivacyDlpV2BigQueryKey : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RowNumber

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.

Declaration
[JsonProperty("rowNumber")]
public virtual long? RowNumber { get; set; }
Property Value
Type Description
long?

TableReference

Complete BigQuery table reference.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX