Class GooglePrivacyDlpV2DatastoreOptions
Options defining a data set within Google Cloud Datastore.
Implements
Inherited Members
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 |