Search Results for

    Show / Hide Table of Contents

    Interface ISlicedScroll

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISlicedScroll

    Properties

    | Edit this page View Source

    Field

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

    Id

    Declaration
    [DataMember(Name = "id")]
    int? Id { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Max

    Declaration
    [DataMember(Name = "max")]
    int? Max { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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