public sealed class ExponentialBuckets : IMessage<Distribution.Types.ExponentialBuckets>, IEquatable<Distribution.Types.ExponentialBuckets>, IDeepCloneable<Distribution.Types.ExponentialBuckets>, IBufferMessage, IMessage
Describing buckets with exponentially growing width.
The i'th exponential bucket covers the interval
[scale * growth_factor^(i-1), scale * growth_factor^i)
where i ranges from 1 to num_finite_buckets inclusive.
Must be larger than 1.0.
The number of finite buckets. With the underflow and overflow buckets,
the total number of buckets is num_finite_buckets + 2.
See comments on bucket_options for details.
The i'th exponential bucket covers the interval
[scale * growth_factor^(i-1), scale * growth_factor^i)
where i ranges from 1 to num_finite_buckets inclusive.
Must be > 0.
[[["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 describes `ExponentialBuckets`, a class used for defining buckets with exponentially increasing widths within the `Google.Cloud.ServiceControl.V1` namespace."],["The latest version of the documentation is 2.4.0, while this specific page pertains to version 1.3.0 of `ExponentialBuckets`, with links available for versions ranging from 1.0.0 to 2.4.0."],["The `ExponentialBuckets` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties including `GrowthFactor`, `NumFiniteBuckets`, and `Scale` to manage the bucket configurations, like the rate of increase, number of buckets and scale of exponential growth."],["The `ExponentialBuckets` class offers two constructors: a default one and one that takes another `ExponentialBuckets` object as an argument."]]],[]]