upload To File Search Store
Uploads a file to the file search store.
Return
The long running operation of uploading.
Parameters
The name of the file search store to upload to.
The file to upload.
The configuration for the upload.
Uploads a file in bytes format to the file search store.
Return
The long running operation of uploading.
Parameters
The name of the file search store to upload to.
The bytes of the file to upload.
The configuration for the upload.
Uploads a file as input stream to the API.
Return
The uploaded file.
Parameters
The name of the file search store to upload to.
The input stream of the file to upload.
The size of the file to upload.
The configuration for the upload.
Uploads a file to the API.
Return
The uploaded file.
Parameters
The name of the file search store to upload to.
The path of the file to upload.
The configuration for the upload.