Delegate PartitionFunc<TData>
References a function that maps input value into a partition index in the context of a given Partitioner
Namespace: Azos.Instrumentation.Analytics
Assembly: Azos.dll
Syntax
public delegate int PartitionFunc<TData>(Dimension<TData> sender, TData value);
Parameters
Type | Name | Description |
---|---|---|
Dimension<TData> | sender | |
TData | value |
Returns
Type | Description |
---|---|
System.Int32 |
Type Parameters
Name | Description |
---|---|
TData |