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 historical versions available for review back to 2.4.0, and each version contains information on the CreateClusterMetadata class."],["The `CreateClusterMetadata` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `CreateClusterMetadata` include `FinishTime`, `OriginalRequest`, and `RequestTime`, which provide insights into the operation's completion, the initiating request, and the request time respectively."],["The class has two constructors one is empty and one that takes another `CreateClusterMetadata` as an argument, allowing for the creation of new instances or copies of existing ones."]]],[]]