public sealed class PartitionId : IMessage<PartitionId>, IEquatable<PartitionId>, IDeepCloneable<PartitionId>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PartitionId.
Datastore partition ID. A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
A partition ID contains several dimensions: project ID and namespace ID.
Implements
IMessagePartitionId, IEquatablePartitionId, IDeepCloneablePartitionId, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
PartitionId()
public PartitionId()PartitionId(PartitionId)
public PartitionId(PartitionId other)| Parameter | |
|---|---|
| Name | Description |
other |
PartitionId |
Properties
NamespaceId
public string NamespaceId { get; set; }If not empty, the ID of the namespace to which the entities belong.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }The ID of the project to which the entities belong.
| Property Value | |
|---|---|
| Type | Description |
string |
|