Interface UploadToFileSearchStoreParameters

Generates the parameters for the private _upload_to_file_search_store method.

interface UploadToFileSearchStoreParameters {
    config?: UploadToFileSearchStoreConfig;
    file: string | Blob;
    fileSearchStoreName: string;
}

Properties

Used to override the default configuration.

file: string | Blob

The string path to the file to be uploaded or a Blob object.

fileSearchStoreName: string

The resource name of the FileSearchStore. Example: fileSearchStores/my-file-search-store-123