Search Results for

    Show / Hide Table of Contents

    Interface IScrollRequest

    Inherited Members
    ITypedSearchRequest.ClrType
    IRequest<ScrollRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IScrollRequest : ITypedSearchRequest, IRequest<ScrollRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Scroll

    Declaration
    [DataMember(Name = "scroll")]
    Time Scroll { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    ScrollId

    Declaration
    [DataMember(Name = "scroll_id")]
    string ScrollId { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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