Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IndexingSchedule interface
- Package:
- @azure/search-documents
Represents a schedule for indexer execution.
Properties
| interval | The interval of time between indexer executions. |
| startTime | The time when an indexer should start running. |
Property Details
interval
The interval of time between indexer executions.
interval: string
Property Value
string
startTime
The time when an indexer should start running.
startTime?: Date
Property Value
Date
