Search Results for

    Show / Hide Table of Contents

    Class FielddataBase

    Inheritance
    object
    FielddataBase
    GeoPointFielddata
    NumericFielddata
    StringFielddata
    Implements
    IFielddata
    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
    public abstract class FielddataBase : IFielddata

    Properties

    | Edit this page View Source

    Filter

    Declaration
    public IFielddataFilter Filter { get; set; }
    Property Value
    Type Description
    IFielddataFilter
    | Edit this page View Source

    Loading

    Declaration
    public FielddataLoading? Loading { get; set; }
    Property Value
    Type Description
    FielddataLoading?

    Implements

    IFielddata

    Extension Methods

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