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 page provides documentation for the `PartitionId` class within the Google Cloud Data Loss Prevention v2 API for .NET, with the latest version being 4.16.0 and a range of previous versions listed, starting from 2.15.0."],["The `PartitionId` class represents a Datastore partition ID, identifying a grouping of entities by project and namespace."],["The `PartitionId` class has two primary properties which are the `NamespaceId`, representing the ID of the namespace, and `ProjectId`, which corresponds to the ID of the project."],["The `PartitionId` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides details about the class's constructors, including a default constructor and one that takes another PartitionId object as a parameter, allowing the user to specify a pre-existing object."]]],[]]