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 details the `PartitionId` class within the `Google.Cloud.Dlp.V2` namespace, providing documentation for its different versions."],["The `PartitionId` class is used to identify a grouping of entities, defined by project ID and namespace ID, and may include an empty namespace ID."],["The latest version documented is 4.16.0, and previous versions back to 2.15.0 are accessible, including version 3.5.0, which has further details."],["The page outlines the `PartitionId` class's implementation of several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PartitionId` class has two string properties: `NamespaceId` and `ProjectId`, which are used to specify the namespace and project, respectively."]]],[]]