Interface ISourceField
Assembly: OpenSearch.Client.dll
Syntax
public interface ISourceField : IFieldMapping
Properties
|
Edit this page
View Source
Compress
Declaration
[DataMember(Name = "compress")]
bool? Compress { get; set; }
Property Value
|
Edit this page
View Source
CompressThreshold
Declaration
[DataMember(Name = "compress_threshold")]
string CompressThreshold { get; set; }
Property Value
|
Edit this page
View Source
Enabled
Declaration
[DataMember(Name = "enabled")]
bool? Enabled { get; set; }
Property Value
|
Edit this page
View Source
Excludes
Declaration
[DataMember(Name = "excludes")]
IEnumerable<string> Excludes { get; set; }
Property Value
|
Edit this page
View Source
Includes
Declaration
[DataMember(Name = "includes")]
IEnumerable<string> Includes { get; set; }
Property Value
Extension Methods