IndexUnusedReasonResponse

data class IndexUnusedReasonResponse(val baseTable: TableReferenceResponse, val code: String, val indexName: String, val message: String)

Constructors

Link copied to clipboard
constructor(baseTable: TableReferenceResponse, code: String, indexName: String, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the base table involved in the reason that no search index was used.

Link copied to clipboard

Specifies the high-level reason for the scenario when no search index was used.

Link copied to clipboard

Specifies the name of the unused search index, if available.

Link copied to clipboard

Free form human-readable reason for the scenario when no search index was used.