Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Interface GetFileDataResponseMessage

    Response to getFileData request

    interface GetFileDataResponseMessage {
        body: number[];
        requestId: string;
        type: "response";
    }
    Index

    Properties

    Properties

    body: number[]

    Byte array of file data

    requestId: string

    Request ID for correlation

    type: "response"

    Message type discriminator