Class IdScrollResult
Version: 3.2
Describes a scroll result containing ids.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class IdScrollResult : ScrollResultBase<long>, IIdScrollResult, IScrollResult<long>, IScrollResult, IQueryResult<long>, IQueryResultConstructors
IdScrollResult(string, IEnumerable<long>, long, long)
Initializes a new instance of the IdScrollResult class.
Declaration
RequestResponse
public IdScrollResult(string scrollId, IEnumerable<long> items, long totalItems, long offset)Parameters
| Type | Name | Description |
|---|---|---|
| string | scrollId |
The scroll id. |
| IEnumerable<>long | items |
The items. |
| long | totalItems |
The total items count. |
| long | offset |
The offset. |