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."],[[["The webpage provides documentation for the `PartitionId` class within the `Google.Cloud.Dlp.V2` namespace, detailing its functionality for identifying entity groupings by project and namespace."],["This page covers versions 2.15.0 through 4.16.0 of the `Google.Cloud.Dlp.V2` library, with 4.16.0 being the latest version."],["The `PartitionId` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `PartitionId` class offers two constructors: a default constructor (`PartitionId()`) and a copy constructor (`PartitionId(PartitionId other)`)."],["The `PartitionId` class has two properties, `NamespaceId` and `ProjectId`, which are both of string type, to respectively assign a namespace and project to the entities."]]],[]]