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

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

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

Location of a finding within a row or record.

Inheritance

object > RecordLocation

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

RecordLocation()

 public RecordLocation() 

RecordLocation(RecordLocation)

 public RecordLocation(RecordLocation other) 
Parameter
Name
Description

Properties

FieldId

 public FieldId FieldId { get; set; } 

Field id of the field containing the finding.

Property Value
Type
Description

RecordKey

 public RecordKey RecordKey { get; set; } 

Key of the finding.

Property Value
Type
Description

TableLocation

 public TableLocation TableLocation { get; set; } 

Location within a ContentItem.Table .

Property Value
Type
Description