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

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

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

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