Interface: PluginFileScanOptions
Paging and filtering options for the native line scanner.
Properties
cursor?
optionalcursor?:string
Opaque byte cursor returned by a previous scan.
limit?
optionallimit?:number
Maximum number of matching lines to return (1..500).
query?
optionalquery?:string
Case-insensitive substring matched by the native streaming reader.
queries?
optionalqueries?:string[]
All case-insensitive substrings that a line must contain.