SchemaStatusDetail

Information about the schema status.

A status of READY means that based on the schema analysis rule, queries of the given analysis rule type are properly configured to run queries on this schema.

Types

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

Properties

Link copied to clipboard

The analysis rule type for which the schema status has been evaluated.

Link copied to clipboard

The type of analysis that can be performed on the schema.

Link copied to clipboard

The configuration details of the schema analysis rule for the given type.

Link copied to clipboard

The reasons why the schema status is set to its current state.

Link copied to clipboard

The status of the schema, indicating if it is ready to query.

Functions

Link copied to clipboard
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