Class OpenSearchDocValuesPropertyAttributeBase
Inheritance
OpenSearchDocValuesPropertyAttributeBase
Assembly: OpenSearch.Client.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
[DataContract]
public abstract class OpenSearchDocValuesPropertyAttributeBase : OpenSearchCorePropertyAttributeBase, IPropertyMapping, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
OpenSearchDocValuesPropertyAttributeBase(FieldType)
Declaration
protected OpenSearchDocValuesPropertyAttributeBase(FieldType type)
Parameters
Properties
|
Edit this page
View Source
DocValues
Declaration
public bool DocValues { get; set; }
Property Value
Methods
|
Edit this page
View Source
From(MemberInfo)
Declaration
public static OpenSearchDocValuesPropertyAttributeBase From(MemberInfo memberInfo)
Parameters
Returns
Implements
Extension Methods