IndexerRuntime interface
Represents the indexer's cumulative runtime consumption in the service.
Properties
| beginning |
Beginning UTC time of the 24-hour period considered for indexer runtime usage (inclusive). |
| ending |
End UTC time of the 24-hour period considered for indexer runtime usage (inclusive). |
| remaining |
Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds. |
| used |
Cumulative runtime of the indexer from the beginningTime to endingTime, in seconds. |
Property Details
beginningTime
Beginning UTC time of the 24-hour period considered for indexer runtime usage (inclusive).
beginningTime: Date
Property Value
Date
endingTime
End UTC time of the 24-hour period considered for indexer runtime usage (inclusive).
endingTime: Date
Property Value
Date
remainingSeconds
Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds.
remainingSeconds?: number
Property Value
number
usedSeconds
Cumulative runtime of the indexer from the beginningTime to endingTime, in seconds.
usedSeconds: number
Property Value
number