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."],[[["The document provides reference documentation for the `FeatureFlags` class within the Google Bigtable v2 API, used for managing feature flags supported by the client."],["The class `FeatureFlags` is part of the `Google.Cloud.Bigtable.V2` namespace and is implemented in the `Google.Cloud.Bigtable.V2.dll` assembly."],["There is a listing of all versions from 2.2.0 to 3.17.0 and is also available to look at for the `FeatureFlags` class, however the currently viewed version is 3.6.0."],["The `FeatureFlags` class is designed to be serialized and base64-encoded for inclusion in request metadata under the `bigtable-features` key."],["`FeatureFlags` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and includes properties such as `MutateRowsRateLimit`, a boolean property that indicates whether batch write flow control is enabled."]]],[]]