public sealed class FeatureFlags : IMessage<FeatureFlags>, IEquatable<FeatureFlags>, IDeepCloneable<FeatureFlags>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class FeatureFlags.
Feature flags supported by a client.
This is intended to be sent as part of request metadata to assure the server
that certain behaviors are safe to enable. This proto is meant to be
serialized and websafe-base64 encoded under the bigtable-features metadata
key. The value will remain constant for the lifetime of a client and due to
HTTP2's HPACK compression, the request overhead will be tiny.
This is an internal implementation detail and should not be used by endusers
directly.
[[["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-21 UTC."],[[["This document provides reference documentation for the `FeatureFlags` class within the Google Bigtable v2 API, which is used to signal supported client behaviors to the server."],["The `FeatureFlags` class is part of the `Google.Cloud.Bigtable.V2` namespace and is implemented in the `Google.Cloud.Bigtable.V2.dll` assembly."],["The document lists version-specific links for the `FeatureFlags` class, ranging from the latest version 3.17.0 down to version 2.2.0."],["`FeatureFlags` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FeatureFlags` class has a `MutateRowsRateLimit` property, a boolean that notifies the server of the client's ability to support batch write flow control."]]],[]]