class
FindResult
public class FindResult A result from the call to FindAsync
Constructors
FindResult() Properties
| Name | Type | Description |
|---|---|---|
Milliseconds | Double | The amount of time the query took |
Packages | Package[] | A list of packages retrieved |
TotalCount | Int32 | The total amount of packages |
Facets | Facet[] | Facets particular to this search |
Tags | TagEntry[] | A list of tags relevant to this search |
Orders | SortOrder[] | A list of sort orders. There may be other sort orders, but we provide a list here that can be easily used to save rewriting the same code over and over. |
Properties | PackageProperty[] | Binary options |