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 properties and usage."],["The `PartitionId` class represents a Datastore partition ID, which groups entities by project and namespace, with the namespace ID potentially being empty."],["The latest version of this documentation is for version 4.16.0, and older versions are available for browsing."],["`PartitionId` has two main properties, `NamespaceId` and `ProjectId`, both of which are strings that define the ID of the namespace and project respectively."],["`PartitionId` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]