Databricks SDK for JavaScript
    Preparing search index...

    A flat (non-nested) schema for request-time fields, defined as an ordered list of field definitions. This schema only supports scalar types.

    interface FlatSchema {
        fields?: FieldDefinition[];
    }
    Index

    Properties

    Properties

    fields?: FieldDefinition[]

    The list of fields in this schema.