Databricks SDK for JavaScript
    Preparing search index...

    Interface CleanRoomTaskRun_OutputInfo

    interface CleanRoomTaskRun_OutputInfo {
        outputSchemaExpirationTime?: bigint;
        outputSchemaName?: string;
    }
    Index

    Properties

    outputSchemaExpirationTime?: bigint

    Expiration time of the output schema of the task run (if any), in epoch milliseconds.

    outputSchemaName?: string

    Name of the output schema associated with the clean room task run.