Interface ImportFileParameters

Config for file_search_stores.import_file parameters.

interface ImportFileParameters {
    config?: ImportFileConfig;
    fileName: string;
    fileSearchStoreName: string;
}

Properties

Optional parameters for the request.

fileName: string

The name of the File API File to import. Example: files/abc-123

fileSearchStoreName: string

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