Databricks SDK for JavaScript
    Preparing search index...

    Delete a Stream by its full three-part name (catalog.schema.stream).

    interface DeleteStreamRequest {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Full three-part name (catalog.schema.stream) of the Stream to delete.