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