Class NormalizerDescriptorBase<TNormalizer, TNormalizerInterface>
Inheritance
NormalizerDescriptorBase<TNormalizer, TNormalizerInterface>
Assembly: OpenSearch.Client.dll
Syntax
public abstract class NormalizerDescriptorBase<TNormalizer, TNormalizerInterface> : DescriptorBase<TNormalizer, TNormalizerInterface>, IDescriptor, INormalizer where TNormalizer : NormalizerDescriptorBase<TNormalizer, TNormalizerInterface>, TNormalizerInterface where TNormalizerInterface : class, INormalizer
Type Parameters
| Name |
Description |
| TNormalizer |
|
| TNormalizerInterface |
|
Properties
|
Edit this page
View Source
Type
Declaration
protected abstract string Type { get; }
Property Value
Methods
|
Edit this page
View Source
Version(string)
Declaration
public TNormalizer Version(string version)
Parameters
| Type |
Name |
Description |
| string |
version |
|
Returns
| Type |
Description |
| TNormalizer |
|
Implements
Extension Methods