Show / Hide Table of Contents

Class GooglePrivacyDlpV2DatastoreOptions

Options defining a data set within Google Cloud Datastore.

Inheritance
object
GooglePrivacyDlpV2DatastoreOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DatastoreOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

The kind to process.

Declaration
[JsonProperty("kind")]
public virtual GooglePrivacyDlpV2KindExpression Kind { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2KindExpression

PartitionId

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

Declaration
[JsonProperty("partitionId")]
public virtual GooglePrivacyDlpV2PartitionId PartitionId { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2PartitionId

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX