Google Bigtable v2 API - Class FeatureFlags (3.6.0)

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.

Inheritance

object > FeatureFlags

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

FeatureFlags()

public FeatureFlags()

FeatureFlags(FeatureFlags)

public FeatureFlags(FeatureFlags other)
Parameter
NameDescription
otherFeatureFlags

Properties

MutateRowsRateLimit

public bool MutateRowsRateLimit { get; set; }

Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.

Property Value
TypeDescription
bool