Class ScrollRequest
Inherited Members
Namespace: Stylelabs.M.Base.Querying
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class ScrollRequest : QueryLoadingResource
Properties
EntityLoadOptions
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
Type | Description |
---|---|
EntityLoadOptions |
ScrollId
The id of the scroll session to get the next results for.
Declaration
public string ScrollId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScrollTime
The time to keep the scroll session alive.
Declaration
public TimeSpan ScrollTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Can we improve this article ? Provide feedback