public sealed class PartitionId : IMessage<PartitionId>, IEquatable<PartitionId>, IDeepCloneable<PartitionId>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides documentation for the `PartitionId` class within the `Google.Cloud.Dlp.V2` namespace, detailing its use in identifying entity groupings by project and namespace."],["The documentation includes a version history, listing versions from 4.16.0 (latest) down to 2.15.0, allowing users to access documentation relevant to their specific library version."],["The `PartitionId` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of the `PartitionId` class are `NamespaceId` and `ProjectId`, which allow setting the namespace and project that the entities belong to, and are of string type."],["There are two constructors for the `PartitionId` class, one that is empty, and another one that accepts a `PartitionId` object as a parameter."]]],[]]