Class ScrollRequest
Request for Scroll
https://opensearch.org/docs/latest/api-reference/scroll/#path-and-http-methods
Inheritance
ScrollRequest
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public class ScrollRequest : PlainRequestBase<ScrollRequestParameters>, IScrollRequest, ITypedSearchRequest, IRequest<ScrollRequestParameters>, IRequest
Constructors
| Edit this page View SourceScrollRequest(string, Time)
Declaration
public ScrollRequest(string scrollId, Time scroll)
Parameters
Properties
| Edit this page View SourceScroll
Declaration
public Time Scroll { get; set; }
Property Value
Type | Description |
---|---|
Time |
ScrollId
Declaration
public string ScrollId { get; set; }
Property Value
Type | Description |
---|---|
string |
Self
Declaration
protected IScrollRequest Self { get; }
Property Value
Type | Description |
---|---|
IScroll |
TotalHitsAsInteger
If true
, the API response's hit.total
property is returned as an integer. If false
, the API response's hit.total
property is
returned as an object.
Declaration
public bool? TotalHitsAsInteger { get; set; }
Property Value
Type | Description |
---|---|
bool? |