Class SourceFilter
Assembly: OpenSearch.Client.dll
Syntax
public class SourceFilter : ISourceFilter
Properties
|
Edit this page
View Source
ExcludeAll
Declaration
public static SourceFilter ExcludeAll { get; }
Property Value
|
Edit this page
View Source
Excludes
Declaration
public Fields Excludes { get; set; }
Property Value
|
Edit this page
View Source
IncludeAll
Declaration
public static SourceFilter IncludeAll { get; }
Property Value
|
Edit this page
View Source
Includes
Declaration
public Fields Includes { get; set; }
Property Value
Implements
Extension Methods