Interface IQueryResult
Non generic base interface for all query results.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
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
Property Value
| Type | Description |
|---|---|
| IList<>object |
Offset
Gets or sets describes the start of this page.
Declaration
Property Value
| Type | Description |
|---|---|
| long |
TotalNumberOfResults
Gets the total number of items that match the given query.
Declaration
Property Value
| Type | Description |
|---|---|
| long |