class documentation

class SearchArg(bb.Struct): (source)

View In Hierarchy

:ivar files.SearchArg.path: The path in the user's Dropbox to search. Should probably be a folder. :ivar files.SearchArg.query: The string to search for. Query string may be rewritten to improve relevance of results. The string is split on spaces into multiple tokens. For file name searching, the last token is used for prefix matching (i.e. "bat c" matches "bat cave" but not "batman car"). :ivar files.SearchArg.start: The starting index within the search results (used for paging). :ivar files.SearchArg.max_results: The maximum number of search results to return. :ivar files.SearchArg.mode: The search mode (filename, filename_and_content, or deleted_filename). Note that searching file content is only available for Dropbox Business accounts.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable max_results Undocumented
Instance Variable mode Undocumented
Instance Variable path Undocumented
Instance Variable query Undocumented
Instance Variable start Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _max_results_value Undocumented
Instance Variable _mode_value Undocumented
Instance Variable _path_value Undocumented
Instance Variable _query_value Undocumented
Instance Variable _start_value Undocumented
def __init__(self, path=None, query=None, start=None, max_results=None, mode=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

max_results = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_max_results_value = (source)

Undocumented

_mode_value = (source)

Undocumented

_path_value = (source)

Undocumented

_query_value = (source)

Undocumented

_start_value = (source)

Undocumented