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

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

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

Options defining a data set within Google Cloud Datastore.

Inheritance

object > DatastoreOptions

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DatastoreOptions()

public DatastoreOptions()

DatastoreOptions(DatastoreOptions)

public DatastoreOptions(DatastoreOptions other)
Parameter
NameDescription
otherDatastoreOptions

Properties

Kind

public KindExpression Kind { get; set; }

The kind to process.

Property Value
TypeDescription
KindExpression

PartitionId

public PartitionId PartitionId { get; set; }

A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.

Property Value
TypeDescription
PartitionId