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-04-09 UTC."],[[["The webpage provides documentation for the `PartitionId` class within the `Google.Cloud.Dlp.V2` namespace, detailing its properties, constructors, and implementations."],["The `PartitionId` class, a part of Datastore, is used to identify a grouping of entities, specifically by project and namespace, which can have an empty namespace ID."],["The page lists multiple versions of the `Google.Cloud.Dlp.V2` package, ranging from version 2.15.0 to the latest 4.16.0, allowing users to access documentation for each specific version."],["The `PartitionId` class contains two properties: `NamespaceId`, representing the ID of the namespace to which entities belong, and `ProjectId`, representing the ID of the project to which entities belong."],["The `PartitionId` class implements various interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the base Object class."]]],[]]