Histograms Constructor

A Histograms object is a container for a map of namespaces to histograms (as defined by their associated LatencyBuckets) and their histogram properties

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.1.0+5933a5a54dcb0179652c01f6f4d6ef13e789846e
C#
public Histograms( int columnCount, int shift )

Parameters

columnCount  Int32
number of histogram columns or "buckets"
shift  Int32
power of 2 multiple between each range bucket in histogram starting at bucket 3. The first 2 buckets are "<=1ms" and ">1ms".

Remarks

Create Histograms object

See Also