Skip to main content
@moss-dev/moss / RefreshResult

Interface: RefreshResult

Result of an index refresh operation. Reports whether a loaded index was updated with a newer version from the cloud.

Properties

PropertyTypeDescription
indexNamestringName of the index that was refreshed.
previousUpdatedAtstringTimestamp before the refresh operation.
newUpdatedAtstringTimestamp after the refresh operation.
wasUpdatedbooleanWhether the index was actually updated (true if the cloud had a newer version).