Class SourceField
Assembly: OpenSearch.Client.dll
Syntax
public class SourceField : ISourceField, IFieldMapping
Properties
|
Edit this page
View Source
Compress
Declaration
public bool? Compress { get; set; }
Property Value
|
Edit this page
View Source
CompressThreshold
Declaration
public string CompressThreshold { get; set; }
Property Value
|
Edit this page
View Source
Enabled
Declaration
public bool? Enabled { get; set; }
Property Value
|
Edit this page
View Source
Excludes
Declaration
public IEnumerable<string> Excludes { get; set; }
Property Value
|
Edit this page
View Source
Includes
Declaration
public IEnumerable<string> Includes { get; set; }
Property Value
Implements
Extension Methods