class Package.FindResult
A result from the call to FindAsync
public double Milliseconds { get; set; }
The amount of time the query took
public Package[] Packages { get; set; }
A list of packages retrieved
public int TotalCount { get; set; }
The total amount of packages
public Package.Facet[] Facets { get; set; }
Facets particular to this search
public Package.TagEntry[] Tags { get; set; }
A list of tags relevant to this search
public Package.SortOrder[] Orders { get; set; }
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.
public Package.PackageProperty[] Properties { get; set; }
Binary options
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Package.FindResult( )
😔 No documentation found.