uploadToFileSearchStore

Uploads a file to the file search store.

Return

The long running operation of uploading.

Parameters

fileSearchStoreName

The name of the file search store to upload to.

file

The file to upload.

config

The configuration for the upload.


Uploads a file in bytes format to the file search store.

Return

The long running operation of uploading.

Parameters

fileSearchStoreName

The name of the file search store to upload to.

bytes

The bytes of the file to upload.

config

The configuration for the upload.


Uploads a file as input stream to the API.

Return

The uploaded file.

Parameters

fileSearchStoreName

The name of the file search store to upload to.

inputStream

The input stream of the file to upload.

size

The size of the file to upload.

config

The configuration for the upload.


Uploads a file to the API.

Return

The uploaded file.

Parameters

fileSearchStoreName

The name of the file search store to upload to.

filePath

The path of the file to upload.

config

The configuration for the upload.