public sealed class GenerateConsistencyTokenRequest : IMessage<GenerateConsistencyTokenRequest>, IEquatable<GenerateConsistencyTokenRequest>, IDeepCloneable<GenerateConsistencyTokenRequest>, IBufferMessage, IMessage
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]
Required. The unique name of the Table for which to create a consistency token.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
[[["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 `GenerateConsistencyTokenRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, used to request the generation of a consistency token."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It provides constructors for creating instances, either default or from an existing `GenerateConsistencyTokenRequest` object."],["Key properties include `Name`, a string representing the unique identifier of the table, and `TableName`, a strongly-typed view over the resource name."],["The content also contains a list of previous versions, starting at version 2.7.0, and listing up to the current latest 3.24.0, of the `GenerateConsistencyTokenRequest` along with links."]]],[]]