public sealed class Distribution.Types.ExponentialBuckets : IMessage<Distribution.Types.ExponentialBuckets>, IEquatable<Distribution.Types.ExponentialBuckets>, IDeepCloneable<Distribution.Types.ExponentialBuckets>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Control v1 API class Distribution.Types.ExponentialBuckets.
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-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDistribution.Types.ExponentialBuckets\u003c/code\u003e class is 2.4.0, which is part of the Service Control v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to define buckets with exponentially growing widths in a distribution, as part of the Google Cloud Service Control API.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eExponentialBuckets\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e 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\u003eKey properties of \u003ccode\u003eExponentialBuckets\u003c/code\u003e include \u003ccode\u003eGrowthFactor\u003c/code\u003e, which must be greater than 1.0, \u003ccode\u003eNumFiniteBuckets\u003c/code\u003e, which determines the number of finite buckets, and \u003ccode\u003eScale\u003c/code\u003e, which defines the initial scaling factor and must be greater than 0.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, one default and one that takes another \u003ccode\u003eExponentialBuckets\u003c/code\u003e instance as a parameter for copying its properties.\u003c/p\u003e\n"]]],[],null,[]]