Class DatastoreKey (3.4.0)

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

Record key for a finding in Cloud Datastore.

Inheritance

Object > DatastoreKey

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DatastoreKey()

public DatastoreKey()

DatastoreKey(DatastoreKey)

public DatastoreKey(DatastoreKey other)
Parameter
NameDescription
otherDatastoreKey

Properties

EntityKey

public Key EntityKey { get; set; }

Datastore entity key.

Property Value
TypeDescription
Key