Properties of a Distribution.
Package
@google-cloud/loggingProperties
bucketCounts
bucketCounts
?:
((
number
|
Long
|
string
)[]
|
null
);
Distribution bucketCounts
bucketOptions
bucketOptions
?:
(
google
.
api
.
Distribution
.
IBucketOptions
|
null
);
Distribution bucketOptions
count
count
?:
(
number
|
Long
|
string
|
null
);
Distribution count
exemplars
exemplars
?:
(
google
.
api
.
Distribution
.
IExemplar
[]
|
null
);
Distribution exemplars
mean
mean
?:
(
number
|
null
);
Distribution mean
range
range
?:
(
google
.
api
.
Distribution
.
IRange
|
null
);
Distribution range
sumOfSquaredDeviation
sumOfSquaredDeviation
?:
(
number
|
null
);
Distribution sumOfSquaredDeviation