public sealed class SnapshotTableMetadata : IMessage<SnapshotTableMetadata>, IEquatable<SnapshotTableMetadata>, IDeepCloneable<SnapshotTableMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by SnapshotTable.
Note: This is a private alpha release of Cloud Bigtable snapshots. This
feature is not currently available to most Cloud Bigtable customers. This
feature might be changed in backward-incompatible ways and is not recommended
for production use. It is not subject to any SLA or deprecation policy.
[[["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 page details the `SnapshotTableMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for version 2.4.0 and up to the latest 3.24.0 of the .NET library."],["`SnapshotTableMetadata` is used to describe the metadata associated with the `SnapshotTable` operation and its current availability as a private alpha release means it is not for production use."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it can be serialized, compared, deeply cloned, and used as a buffer message."],["The class has properties, such as `FinishTime`, `OriginalRequest`, and `RequestTime`, which are used to store information about the snapshot operation's execution and origin."],["The page provides a comprehensive list of previous versions of `SnapshotTableMetadata` going back from 3.24.0 to 2.4.0, each of which has its own respective documentation link."]]],[]]