Property TraversalSize
TraversalSize
Specify the number of hits to traverse. Tasks should override this if they want to restrict the number
of hits that are traversed when WithTraverse is true
. Must be greater than 0.
Read task calculates the traversal as: Math.Min(hits.Length, TraversalSize)
Declaration
public virtual int TraversalSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Unless overridden, the return value is