Search Results for

    Show / Hide Table of Contents

    Class IncludeExclude

    Inheritance
    object
    IncludeExclude
    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 class IncludeExclude

    Constructors

    | Edit this page View Source

    IncludeExclude(IEnumerable<string>)

    Declaration
    public IncludeExclude(IEnumerable<string> values)
    Parameters
    Type Name Description
    IEnumerable<string> values
    | Edit this page View Source

    IncludeExclude(string)

    Declaration
    public IncludeExclude(string pattern)
    Parameters
    Type Name Description
    string pattern

    Properties

    | Edit this page View Source

    Pattern

    Declaration
    [IgnoreDataMember]
    public string Pattern { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Values

    Declaration
    [IgnoreDataMember]
    public IEnumerable<string> Values { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IncludeExclude(IEnumerable<string>)
      • IncludeExclude(string)
    • Properties
      • Pattern
      • Values
    • Extension Methods
    Back to top Generated by DocFX