OptionalfileFile types to include in search results. Examples: ['pdf', 'docx', 'xlsx'], ['image/*'], ['text/plain'] Can use MIME types or file extensions.
OptionalmaxMaximum number of results to return. Defaults to 100 if not specified.
OptionalmodifiedOnly return files modified after this date.
OptionalmodifiedOnly return files modified before this date.
OptionalpathRestrict search to files within this path prefix. Example: 'documents/reports/' would only search within that directory.
OptionalproviderAdditional provider-specific search parameters. This allows providers to expose advanced features not covered by common options. Example: { 'trashed': false } for Google Drive, { 'scope': 'personal' } for SharePoint
OptionalsearchWhether to search file contents in addition to names and metadata. Not all providers support content search. Defaults to false.
Options for configuring a file search operation. These options allow for flexible, provider-agnostic search capabilities while still leveraging native provider search features where available.