Class GooglePrivacyDlpV2BigQueryKey
Row key for identifying a record in BigQuery table.
Implements
Inherited Members
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 |