public sealed class GetPartitionRequest : IMessage<GetPartitionRequest>, IEquatable<GetPartitionRequest>, IDeepCloneable<GetPartitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetPartitionRequest.
Required. The resource name of the partition:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}.
The {partition_value_path} segment consists of an ordered sequence of
partition values separated by "/". All values must be provided.
[[["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-21 UTC."],[[["This webpage provides reference documentation for the `GetPartitionRequest` class within the Google Cloud Dataplex V1 API for .NET."],["The `GetPartitionRequest` class is used to retrieve metadata for a specific partition and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all versions available of the API, from 1.0.0 to the latest 3.6.0, and each version links to the `GetPartitionRequest` documentation specific to that release."],["The `GetPartitionRequest` class has properties like `Name` (a string representing the resource name of the partition) and `PartitionName` (a typed view of the `Name` property) for specifying the partition."],["The class has two constructors, a default one, and another one that takes in another GetPartitionRequest as a parameter."]]],[]]