1. Stylelabs.M.Base.Querying

Class ScrollRequest

Defines a scroll request.

Inheritance

object

QueryLoadingResource

ScrollRequest

Inherited Members

QueryLoadingResource.LoadConfiguration

Namespace: StylelabsStylelabs.MStylelabs.M.BaseQuerying

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class ScrollRequest : QueryLoadingResource

Properties

Gets or sets indicates if and how entities resulting entities should be loaded. By default, no entities will be loaded.

Declaration

public EntityLoadOptions EntityLoadOptions { get; set; }

Property Value

TypeDescription
EntityLoadOptions

ScrollId

Gets or sets the id of the scroll session to get the next results for.

Declaration

public string ScrollId { get; set; }

Property Value

TypeDescription
string

ScrollTime

Gets or sets the time to keep the scroll session alive.

Declaration

public TimeSpan ScrollTime { get; set; }

Property Value

TypeDescription
TimeSpan
If you have suggestions for improving this article, let us know!