1. IQueryResult

Interface IQueryResult

Non generic base interface for all query results.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IQueryResult

Properties

Items

Gets the results that matched the query. This property only contains the results for the requested page. There may be more results available.

Declaration
IList<object> Items { get; }
Property Value
TypeDescription
IList<>object

Offset

Gets or sets describes the start of this page.

Declaration
long Offset { get; set; }
Property Value
TypeDescription
long

TotalNumberOfResults

Gets the total number of items that match the given query.

Declaration
long TotalNumberOfResults { get; }
Property Value
TypeDescription
long
If you have suggestions for improving this article, let us know!