SearchStatus

The current status of an archive search job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of when the search completed (if finished).

Link copied to clipboard

An error message if the search failed.

Link copied to clipboard

The current state of the search job.

Link copied to clipboard

The timestamp of when the search was submitted.

Functions

Link copied to clipboard
inline fun copy(block: SearchStatus.Builder.() -> Unit = {}): SearchStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String