Share via


IndexerRuntime interface

Represents the indexer's cumulative runtime consumption in the service.

Properties

beginningTime

Beginning UTC time of the 24-hour period considered for indexer runtime usage (inclusive).

endingTime

End UTC time of the 24-hour period considered for indexer runtime usage (inclusive).

remainingSeconds

Cumulative runtime remaining for all indexers in the service from the beginningTime to endingTime, in seconds.

usedSeconds

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