public sealed class UpdateTableMetadata : IMessage<UpdateTableMetadata>, IEquatable<UpdateTableMetadata>, IDeepCloneable<UpdateTableMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateTableMetadata.
Metadata type for the operation returned by
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
[[["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 `UpdateTableMetadata` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The content covers a range of versions from 2.4.0 to the latest 3.24.0, as well as other specific versions of the `UpdateTableMetadata`."],["`UpdateTableMetadata` is a class used for tracking the status of table update operations, and is defined by its inheritance and implemented interfaces, with associated properties for tracking operation start and end times."],["The properties associated with the class include `EndTime`, `Name`, and `StartTime` which provide details about the table update operation's progress and the name of the table that was being updated."],["The class provides two constructors: a default `UpdateTableMetadata()` constructor and another constructor that takes an `UpdateTableMetadata` object as a parameter, allowing for object cloning."]]],[]]