upload To File Search Store
suspend fun uploadToFileSearchStore(fileSearchStoreName: String, file: Path, mimeType: String, uploadRequest: UploadFileSearchStoreRequest): Operation
Uploads a file to a FileSearchStore.
Return
The Operation object.
Parameters
file Search Store Name
The name of the FileSearchStore.
file
The file to upload.
mime Type
The MIME type of the file.
upload Request
The request payload for uploading a file.