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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eExponentialBuckets\u003c/code\u003e class, which is used to define buckets with exponentially growing widths in the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExponentialBuckets\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1.dll\u003c/code\u003e assembly and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors to create new instances of \u003ccode\u003eExponentialBuckets\u003c/code\u003e, either empty or based on an existing \u003ccode\u003eExponentialBuckets\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eExponentialBuckets\u003c/code\u003e class include \u003ccode\u003eGrowthFactor\u003c/code\u003e (which must be larger than 1.0), \u003ccode\u003eNumFiniteBuckets\u003c/code\u003e (defining the number of finite buckets), and \u003ccode\u003eScale\u003c/code\u003e (which must be greater than 0).\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the \u003ccode\u003eExponentialBuckets\u003c/code\u003e available for users, with version 2.4.0 being the latest version available.\u003c/p\u003e\n"]]],[],null,[]]