Databricks SDK for JavaScript
    Preparing search index...
    interface SchemaConfig {
        schema?:
            | { $case: "jsonSchema"; jsonSchema: string }
            | { $case: "avroSchema"; avroSchema: string }
            | { $case: "protoSchema"; protoSchema: ProtoSchemaSpec };
    }
    Index

    Properties

    Properties

    schema?:
        | { $case: "jsonSchema"; jsonSchema: string }
        | { $case: "avroSchema"; avroSchema: string }
        | { $case: "protoSchema"; protoSchema: ProtoSchemaSpec }

    Type Declaration