Search Results for

    Show / Hide Table of Contents

    Class IpPropertyDescriptor<T>

    An ip field can index/store either IPv4 or IPv6 addresses.

    Inheritance
    object
    DescriptorBase<IpPropertyDescriptor<T>, IIpProperty>
    PropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>
    CorePropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>
    DocValuesPropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>
    IpPropertyDescriptor<T>
    Implements
    IDescriptor
    IIpProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    DocValuesPropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.DocValues(bool?)
    CorePropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.Store(bool?)
    CorePropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.Similarity(string)
    CorePropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.DebugDisplay
    PropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.TypeOverride
    PropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<IpPropertyDescriptor<T>, IIpProperty>.Self
    DescriptorBase<IpPropertyDescriptor<T>, IIpProperty>.Assign<TValue>(TValue, Action<IIpProperty, TValue>)
    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 class IpPropertyDescriptor<T> : DocValuesPropertyDescriptorBase<IpPropertyDescriptor<T>, IIpProperty, T>, IDescriptor, IIpProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    IpPropertyDescriptor()

    Declaration
    public IpPropertyDescriptor()

    Methods

    | Edit this page View Source

    Index(bool?)

    Declaration
    public IpPropertyDescriptor<T> Index(bool? index = true)
    Parameters
    Type Name Description
    bool? index
    Returns
    Type Description
    IpPropertyDescriptor<T>
    | Edit this page View Source

    NullValue(string)

    Declaration
    public IpPropertyDescriptor<T> NullValue(string nullValue)
    Parameters
    Type Name Description
    string nullValue
    Returns
    Type Description
    IpPropertyDescriptor<T>

    Implements

    IDescriptor
    IIpProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IpPropertyDescriptor()
    • Methods
      • Index(bool?)
      • NullValue(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX