Databricks SDK for JavaScript
    Preparing search index...

    Interface OutputSchemaInfo

    Stores the catalog name, schema name, and the output schema expiration time for the clean room run.

    interface OutputSchemaInfo {
        catalogName?: string;
        expirationTime?: bigint;
        schemaName?: string;
    }
    Index

    Properties

    catalogName?: string
    expirationTime?: bigint

    The expiration time for the output schema as a Unix timestamp in milliseconds.

    schemaName?: string