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