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.
Implements
IMessage RecordLocation , IEquatable RecordLocation , IDeepCloneable RecordLocation , IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
RecordLocation()
public RecordLocation()
RecordLocation(RecordLocation)
public RecordLocation(RecordLocation other)
Properties
FieldId
public FieldId FieldId { get; set; }
Field id of the field containing the finding.
RecordKey
public RecordKey RecordKey { get; set; }
Key of the finding.
TableLocation
public TableLocation TableLocation { get; set; }
Location within a ContentItem.Table
.