TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface DeviceChunkCopyResponse

    interface DeviceChunkCopyResponse {
        chunk_id: string;
        file_address: string;
        status: "scheduled";
    }
    Index

    Properties

    chunk_id: string
    file_address: string
    status: "scheduled"