Interface protos.google.api.IDistribution (9.3.1)

Properties of a Distribution.

Package

@google-cloud/logging!

Properties

bucketCounts

bucketCounts?: ((number|Long|string)[]|null);

Distribution bucketCounts

Property Value
TypeDescription
((number|Long|string)[]|null)

bucketOptions

bucketOptions?: (google.api.Distribution.IBucketOptions|null);

Distribution bucketOptions

Property Value
TypeDescription
(google.api.Distribution.IBucketOptions|null)

count

count?: (number|Long|string|null);

Distribution count

Property Value
TypeDescription
(number|Long|string|null)

exemplars

exemplars?: (google.api.Distribution.IExemplar[]|null);

Distribution exemplars

Property Value
TypeDescription
(google.api.Distribution.IExemplar[]|null)

mean

mean?: (number|null);

Distribution mean

Property Value
TypeDescription
(number|null)

range

range?: (google.api.Distribution.IRange|null);

Distribution range

Property Value
TypeDescription
(google.api.Distribution.IRange|null)

sumOfSquaredDeviation

sumOfSquaredDeviation?: (number|null);

Distribution sumOfSquaredDeviation

Property Value
TypeDescription
(number|null)