Package version:

Interface IndexingSchedule

Represents a schedule for indexer execution.

interface IndexingSchedule {
    interval: string;
    startTime?: any;
}

Properties

Properties

interval: string

The interval of time between indexer executions.

startTime?: any

The time when an indexer should start running.