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