Interface IQueryResult

Non generic base interface for all query results.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
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
RequestResponse
IList<object> Items { get; }
Property Value
TypeDescription
IList<>object

Offset

Gets or sets describes the start of this page.

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

TotalNumberOfResults

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

Declaration
RequestResponse
long TotalNumberOfResults { get; }
Property Value
TypeDescription
long

Do you have some feedback for us?

If you have suggestions for improving this article,