uploadToFileSearchStore

suspend fun uploadToFileSearchStore(fileSearchStoreName: String, file: Path, mimeType: String, uploadRequest: UploadFileSearchStoreRequest): Operation

Uploads a file to a FileSearchStore.

Return

The Operation object.

Parameters

fileSearchStoreName

The name of the FileSearchStore.

file

The file to upload.

mimeType

The MIME type of the file.

uploadRequest

The request payload for uploading a file.