Search Results for

    Show / Hide Table of Contents

    Class RoutingFieldDescriptor<T>

    Inheritance
    object
    DescriptorBase<RoutingFieldDescriptor<T>, IRoutingField>
    RoutingFieldDescriptor<T>
    Implements
    IDescriptor
    IRoutingField
    IFieldMapping
    Inherited Members
    DescriptorBase<RoutingFieldDescriptor<T>, IRoutingField>.Self
    DescriptorBase<RoutingFieldDescriptor<T>, IRoutingField>.Assign<TValue>(TValue, Action<IRoutingField, 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 RoutingFieldDescriptor<T> : DescriptorBase<RoutingFieldDescriptor<T>, IRoutingField>, IDescriptor, IRoutingField, IFieldMapping
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Required(bool?)

    Declaration
    public RoutingFieldDescriptor<T> Required(bool? required = true)
    Parameters
    Type Name Description
    bool? required
    Returns
    Type Description
    RoutingFieldDescriptor<T>

    Implements

    IDescriptor
    IRoutingField
    IFieldMapping

    Extension Methods

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