Class RecordKey (3.4.0)

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

Message for a unique key indicating a record that contains a finding.

Inheritance

Object > RecordKey

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

RecordKey()

public RecordKey()

RecordKey(RecordKey)

public RecordKey(RecordKey other)
Parameter
NameDescription
otherRecordKey

Properties

BigQueryKey

public BigQueryKey BigQueryKey { get; set; }
Property Value
TypeDescription
BigQueryKey

DatastoreKey

public DatastoreKey DatastoreKey { get; set; }
Property Value
TypeDescription
DatastoreKey

IdValues

public RepeatedField<string> IdValues { get; }

Values of identifying columns in the given row. Order of values matches the order of identifying_fields specified in the scanning request.

Property Value
TypeDescription
RepeatedField<String>

TypeCase

public RecordKey.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
RecordKey.TypeOneofCase