Databricks SDK for JavaScript
    Preparing search index...
    interface GetTableRequest {
        fullNameArg?: string;
        includeBrowse?: boolean;
        includeDeltaMetadata?: boolean;
        includeManifestCapabilities?: boolean;
    }
    Index

    Properties

    fullNameArg?: string

    Full name of the table.

    includeBrowse?: boolean

    Whether to include tables in the response for which the principal can only access selective metadata for.

    includeDeltaMetadata?: boolean

    Whether delta metadata should be included in the response.

    includeManifestCapabilities?: boolean

    Whether to include a manifest containing table capabilities in the response.