Class ScrollRequest
Defines a scroll request.
Inherited Members
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class ScrollRequest : QueryLoadingResource
Properties
EntityLoadOptions
Gets or sets indicates if and how entities resulting entities should be loaded. By default, no entities will be loaded.
Declaration
RequestResponse
public EntityLoadOptions EntityLoadOptions { get; set; }
Property Value
Type | Description |
---|---|
EntityLoadOptions |
ScrollId
Gets or sets the id of the scroll session to get the next results for.
Declaration
RequestResponse
public string ScrollId { get; set; }
Property Value
Type | Description |
---|---|
string |
ScrollTime
Gets or sets the time to keep the scroll session alive.
Declaration
RequestResponse
public TimeSpan ScrollTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |