Databricks SDK for JavaScript
    Preparing search index...

    Interface GenerateTemporaryTableCredentialRequest

    interface GenerateTemporaryTableCredentialRequest {
        operation?: TableOperation;
        tableId?: string;
    }
    Index

    Properties

    Properties

    operation?: TableOperation

    The operation performed against the table data, either READ or READ_WRITE. If READ_WRITE is specified, the credentials returned will have write permissions, otherwise, it will be read only.

    tableId?: string

    UUID of the table to read or write.