public sealed class PartitionId : IMessage<PartitionId>, IEquatable<PartitionId>, IDeepCloneable<PartitionId>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PartitionId.
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."],[[["This webpage provides documentation for the `PartitionId` class within the Google Cloud Data Loss Prevention v2 API for .NET, with the most recent version being 4.16.0."],["The `PartitionId` class, part of the `Google.Cloud.Dlp.V2` namespace, is used to identify a grouping of entities in Datastore."],["The class implements multiple interfaces, including `IMessage`, `IEquatable\u003cPartitionId\u003e`, `IDeepCloneable\u003cPartitionId\u003e`, and `IBufferMessage`."],["`PartitionId` objects are defined by two key properties: `ProjectId` which specifies the project the entities belong to, and `NamespaceId`, which indicates the namespace for those entities."],["A list of previous versions of `PartitionId` are provided, ranging from 4.15.0 back to 2.15.0, giving users access to previous reference documentation."]]],[]]