Class SourceFieldDescriptor
Inheritance
SourceFieldDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class SourceFieldDescriptor : DescriptorBase<SourceFieldDescriptor, ISourceField>, IDescriptor, ISourceField, IFieldMapping
Methods
|
Edit this page
View Source
Compress(bool?)
Declaration
public SourceFieldDescriptor Compress(bool? compress = true)
Parameters
Type |
Name |
Description |
bool? |
compress |
|
Returns
|
Edit this page
View Source
CompressionThreshold(string)
Declaration
public SourceFieldDescriptor CompressionThreshold(string compressionThreshold)
Parameters
Type |
Name |
Description |
string |
compressionThreshold |
|
Returns
|
Edit this page
View Source
Enabled(bool?)
Declaration
public SourceFieldDescriptor Enabled(bool? enabled = true)
Parameters
Type |
Name |
Description |
bool? |
enabled |
|
Returns
|
Edit this page
View Source
Excludes(IEnumerable<string>)
Declaration
public SourceFieldDescriptor Excludes(IEnumerable<string> excludes)
Parameters
Returns
|
Edit this page
View Source
Includes(IEnumerable<string>)
Declaration
public SourceFieldDescriptor Includes(IEnumerable<string> includes)
Parameters
Returns
Implements
Extension Methods