i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > connectors > IRegisteredStorage > writeFile

    connectors.IRegisteredStorage.writeFile() method

    Writes a file to the storage in a connector specific location.

    Signature:

    writeFile(params: utility.IWriteFileParams): Promise<void>;
    

    Introduced: API version 2.4

    Parameters

    Parameter Type Description
    params utility.IWriteFileParams The parameters for the file write operation.

    Returns:

    Promise<void>

    A promise that resolves when the file is written.

    Remarks

    The file will be written to the registered storage path: '/storage/:fileId'.

    In this article
    Back to top © N. Harris Computer Corporation