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-25 UTC."],[[["This webpage provides reference documentation for the `GetPartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The content details the various versions of the `GetPartitionRequest` class, ranging from version 1.0.0 to the latest version 3.6.0."],["The `GetPartitionRequest` class is used to request metadata for a specific partition in Google Cloud Dataplex."],["The page lists the inheritance and interface implementation details for GetPartitionRequest including [object](https://learn.microsoft.com/dotnet/api/system.object) , IMessage, IEquatable, IDeepCloneable and IBufferMessage."],["It covers the constructors and properties of the GetPartitionRequest class, including its `Name` property and its `PartitionName` typed view."]]],[]]