Interface LinkPropRowEstRange

A link property that defines a value range that the evaluated value of the row estimate measure must fall within in order to allow submissions of a request for the link.

Hierarchy

Properties

context: string
highBound: number

The maximum value for the row estimate to enable usage of the link. If the row estimate expression evaluates to a value larger than this value, the user will be prevented from submitting an ODAG request for this link. format: int32

lowBound?: number

The minimum value for the row estimate to enable usage of the link to perform an ODAG request. If the row estimate expression evaluates to a number lower than this value, the user will be prevented from submitting an ODAG request for this link. If this value is not supplied, no minimum is required. format: int32