The options to query. Structure entryIds [type: Array, elementType: String] - (optional) The IDs of the files or folders to query. getEntryOptions [type: Enum, elementType: dundas.filesystem.GetEntryOptions] - The get options for the query. pageNumber [type: Number] - (default=0) The page number. Set to 0 for all pages. pageSize [type: Number] - (default=150) The number of results in each page. queryOptions [type: dundas.filesystem.FileSystemQueryOptions] - (optional) The query options orderBy [type: Array, elementType: dundas.filesystem.OrderBy] - (optional) The sort order of the result, or null if the order does not matter. filter [type: Array, elementType: dundas.filesystem.QueryFilterRule] - (optional) The filter options for the result, or null if the filtering does not matter.