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

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

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

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; }

Datastore key

Property Value
TypeDescription
BigQueryKey

DatastoreKey

public DatastoreKey DatastoreKey { get; set; }

BigQuery key

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
RepeatedFieldstring

TypeCase

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