Class ScrollAllResponse<T>
A response returned for each scroll in ScrollAll()
Inheritance
ScrollAllResponse<T>
Assembly: OpenSearch.Client.dll
[DataContract]
public class ScrollAllResponse<T> : IScrollAllResponse<T> where T : class
Type Parameters
Properties
|
Edit this page
View Source
Declaration
public bool IsValid { get; }
Property Value
|
Edit this page
View Source
The nth scroll this response represents
Declaration
public long Scroll { get; }
Property Value
|
Edit this page
View Source
Declaration
public ISearchResponse<T> SearchResponse { get; }
Property Value
|
Edit this page
View Source
The nth slice this response belongs to
Declaration
public int Slice { get; }
Property Value
Implements
Extension Methods