DataSourceIntrospectionModel

Contains the introspected data that was retrieved from the data source.

Types

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

Properties

Link copied to clipboard

The DataSourceIntrospectionModelField object data.

Link copied to clipboard

The array of DataSourceIntrospectionModelIndex objects.

Link copied to clipboard
val name: String?

The name of the model. For example, this could be the name of a single table in a database.

Link copied to clipboard

The primary key stored as a DataSourceIntrospectionModelIndex object.

Link copied to clipboard
val sdl: String?

Contains the output of the SDL that was generated from the introspected types. This is controlled by the includeModelsSDL parameter of the GetDataSourceIntrospection operation.

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