public sealed class CreateClusterMetadata : IMessage<CreateClusterMetadata>, IEquatable<CreateClusterMetadata>, IDeepCloneable<CreateClusterMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by CreateCluster.
[[["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."],[[["The page details the `CreateClusterMetadata` class, which is used for managing the metadata of cluster creation operations within Google Cloud Bigtable."],["The latest version documented is 3.24.0, but it also lists numerous prior versions, going back to 2.4.0, and providing links to their specific documentation."],["`CreateClusterMetadata` inherits from the base `Object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties like `FinishTime`, `OriginalRequest`, and `RequestTime`, which offer insights into the status and history of the `CreateCluster` operation, including timestamps."],["The content is found in the `Google.Cloud.Bigtable.Admin.V2` namespace and is contained within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]