ReindexRetries

@Serializable
data class ReindexRetries(val bulk: Int, val search: Int)

Constructors

Link copied to clipboard
constructor(bulk: Int, search: Int)

Properties

Link copied to clipboard
val bulk: Int
Link copied to clipboard
val search: Int