Databricks SDK for JavaScript
    Preparing search index...
    interface MeRequest {
        attributes?: string;
        excludedAttributes?: string;
    }
    Index

    Properties

    attributes?: string

    Comma-separated list of attributes to return in response.

    excludedAttributes?: string

    Comma-separated list of attributes to exclude in response.