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-03-24 UTC."],[[["This document provides reference documentation for the `PartitionId` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its structure and usage."],["The `PartitionId` class identifies a grouping of entities in Datastore, defined by a project ID and a namespace ID, which can be empty."],["The document includes a list of available versions of the Google Cloud DLP v2 API, ranging from version 2.15.0 up to the latest, 4.16.0."],["`PartitionId` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, which contains inherited members `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["The `PartitionId` class has two properties, `NamespaceId` and `ProjectId`, which are strings representing the namespace and project to which the entities belong respectively, along with two constructors `PartitionId()` and `PartitionId(PartitionId other)`."]]],[]]