TopNGroupScope interface

Group Scope for Top N values

Properties

minTopCount

min count should be in top N, value range : [1, +∞)

should be less than or equal to period

period

point count used to look back, value range : [1, +∞)

top

top N, value range : [1, +∞)

Property Details

minTopCount

min count should be in top N, value range : [1, +∞)

should be less than or equal to period

minTopCount: number

Property Value

number

period

point count used to look back, value range : [1, +∞)

period: number

Property Value

number

top

top N, value range : [1, +∞)

top: number

Property Value

number