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

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

Reference 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.

Inheritance

object > PartitionId

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

PartitionId()

public PartitionId()

PartitionId(PartitionId)

public PartitionId(PartitionId other)
Parameter
NameDescription
otherPartitionId

Properties

NamespaceId

public string NamespaceId { get; set; }

If not empty, the ID of the namespace to which the entities belong.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The ID of the project to which the entities belong.

Property Value
TypeDescription
string