public sealed class TableLocation : IMessage<TableLocation>, IEquatable<TableLocation>, IDeepCloneable<TableLocation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TableLocation.
Location of a finding within a table.
Implements
IMessageTableLocation, IEquatableTableLocation, IDeepCloneableTableLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TableLocation()
public TableLocation()TableLocation(TableLocation)
public TableLocation(TableLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
TableLocation |
Properties
RowIndex
public long RowIndex { get; set; }The zero-based index of the row where the finding is located. Only populated for resources that have a natural ordering, not BigQuery. In BigQuery, to identify the row a finding came from, populate BigQueryOptions.identifying_fields with your primary key column names and when you store the findings the value of those columns will be stored inside of Finding.
| Property Value | |
|---|---|
| Type | Description |
long |
|