Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.05 KB

File metadata and controls

20 lines (12 loc) · 1.05 KB

SfvbFileSearchResponse

Properties

Name Type Description Notes
files List<SfvbFileEntry> Matching files. [optional]
maxResults Integer The cap that was applied. [optional]
nextOffset Integer Offset to send for the next page. Zero when truncated is false. Never truncates without giving a way to continue. [optional]
offset Integer Results skipped to produce this page. [optional]
resultCount Integer Number of results returned. [optional]
totalCount Integer Total matches found. Available because the underlying query is unbounded and returns everything anyway; it is not evidence that fetching them all is cheap. [optional]
truncated Boolean True when matches exist beyond this page. next_offset is populated when it is. [optional]
truncationAdvice String Advice for the caller when truncated is true. [optional]