update
update(
self ,
paths = None,
progress: Literal[‘standard’, ‘basic’, None] = standard,
)-> ‘Self’
Updates the contents of the Indexer.
Also resets any previous selection.
Parameters
Parameter | Description |
---|---|
paths |
A sequence of paths to limit the updates, if None, index all the contents of directory. |
progress |
The type of progress bar to use. None disables progress bar and “basic” is best for low latency scenarios. |