Search Results for

    Show / Hide Table of Contents

    Class ScrollAllResponse<T>

    A response returned for each scroll in ScrollAll()

    Inheritance
    object
    ScrollAllResponse<T>
    Implements
    IScrollAllResponse<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class ScrollAllResponse<T> : IScrollAllResponse<T> where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Scroll

    The nth scroll this response represents

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

    SearchResponse

    The scroll result

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

    Slice

    The nth slice this response belongs to

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

    Implements

    IScrollAllResponse<T>

    Extension Methods

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