excludeMimeTypes property

List<String>? excludeMimeTypes
final

A list of MIME types to exclude from the index. All documents matching the specified MIME type are excluded.

For a list of MIME types, see Using a Google Workspace Drive data source.

Implementation

final List<String>? excludeMimeTypes;