Databricks SDK for JavaScript
    Preparing search index...

    Schema definitions for the stream. Currently only direct schemas are supported. In a future milestone, we will support schema registries through a UC Connection.

    interface StreamSchemaConfig {
        schemaConfig?: { $case: "directSchemas"; directSchemas: DirectSchemas };
    }
    Index

    Properties

    Properties

    schemaConfig?: { $case: "directSchemas"; directSchemas: DirectSchemas }

    Type Declaration

    • $case: "directSchemas"
    • directSchemas: DirectSchemas

      Schema definitions provided directly on the Stream.