Interface: LoadIndexOptions
Options for loading an index, including optional auto-refresh configuration.Properties
autoRefresh?
Whether to enable auto-refresh polling for this index. When enabled, the index will periodically check for updates from the cloud.optionalautoRefresh:boolean
Default
pollingIntervalInSeconds?
Polling interval in seconds. Only used when autoRefresh is true.optionalpollingIntervalInSeconds:number