Databricks SDK for JavaScript
    Preparing search index...

    Interface ListDirectoryResponse

    interface ListDirectoryResponse {
        contents?: DirectoryEntry[];
        nextPageToken?: string;
    }
    Index

    Properties

    contents?: DirectoryEntry[]

    Array of DirectoryEntry.

    nextPageToken?: string

    A token, which can be sent as page_token to retrieve the next page.