Interface IScrollAllResponse<T>
A response returned for each scroll in ScrollAll()
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IScrollAllResponse<out T> where T : class
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceScroll
The nth scroll this response represents
Declaration
long Scroll { get; }
Property Value
Type | Description |
---|---|
long |
SearchResponse
The scroll result
Declaration
ISearchResponse<out T> SearchResponse { get; }
Property Value
Type | Description |
---|---|
ISearchResponse<T> |
Slice
The nth slice this response belongs to
Declaration
int Slice { get; }
Property Value
Type | Description |
---|---|
int |