Class TokenFilterBase
Inheritance
TokenFilterBase
Assembly: OpenSearch.Client.dll
Syntax
public abstract class TokenFilterBase : ITokenFilter
Constructors
|
Edit this page
View Source
TokenFilterBase(string)
Declaration
protected TokenFilterBase(string type)
Parameters
Type |
Name |
Description |
string |
type |
|
Properties
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "type")]
public string Type { get; protected set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; set; }
Property Value
Implements
Extension Methods