Databricks SDK for JavaScript
    Preparing search index...

    RequestInfo contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.

    interface RequestInfo {
        requestId: string;
        servingData: string;
    }
    Index

    Properties

    requestId: string

    An opaque string that should only be interpreted by the service that generated it. For example, it can be used to identify requests in the service's logs.

    servingData: string

    Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.