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-25 UTC."],[[["This webpage details the `CreateClusterMetadata` class, which is used to track the status of a `CreateCluster` operation within the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The latest version documented is 3.24.0, with multiple previous versions available, going back to 2.4.0, all of which relate to the same class."],["`CreateClusterMetadata` implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities such as message handling, equality checking, deep cloning and buffer management."],["The class has properties for `FinishTime`, `OriginalRequest`, and `RequestTime`, which provide important timestamps and details about the associated `CreateCluster` request."],["The class has two constructors: a default one and another one that takes an existing `CreateClusterMetadata` object as an argument."]]],[]]