Class IncludeExclude
Inheritance
IncludeExclude
Assembly: OpenSearch.Client.dll
Syntax
public class IncludeExclude
Constructors
|
Edit this page
View Source
IncludeExclude(IEnumerable<string>)
Declaration
public IncludeExclude(IEnumerable<string> values)
Parameters
|
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
|
Edit this page
View Source
Values
Declaration
[IgnoreDataMember]
public IEnumerable<string> Values { get; set; }
Property Value
Extension Methods