Search Results for

    Show / Hide Table of Contents

    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 Source

    Scroll

    The nth scroll this response represents

    Declaration
    long Scroll { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    SearchResponse

    The scroll result

    Declaration
    ISearchResponse<out T> SearchResponse { get; }
    Property Value
    Type Description
    ISearchResponse<T>
    | Edit this page View Source

    Slice

    The nth slice this response belongs to

    Declaration
    int Slice { get; }
    Property Value
    Type Description
    int

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Scroll
      • SearchResponse
      • Slice
    • Extension Methods
    Back to top Generated by DocFX