Class OpenSearchPropertyAttributeBase
Inheritance
OpenSearchPropertyAttributeBase
Assembly: OpenSearch.Client.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
[DataContract]
public abstract class OpenSearchPropertyAttributeBase : Attribute, IProperty, IFieldMapping, IPropertyMapping
Constructors
|
Edit this page
View Source
OpenSearchPropertyAttributeBase(FieldType)
Declaration
protected OpenSearchPropertyAttributeBase(FieldType type)
Parameters
Properties
|
Edit this page
View Source
AllowPrivate
Declaration
public bool? AllowPrivate { get; set; }
Property Value
|
Edit this page
View Source
Ignore
Declaration
public bool Ignore { get; set; }
Property Value
|
Edit this page
View Source
Name
Overrides the property name serialized to JSON for this property
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
public int Order { get; }
Property Value
Methods
|
Edit this page
View Source
From(MemberInfo)
Declaration
public static OpenSearchPropertyAttributeBase From(MemberInfo memberInfo)
Parameters
Returns
Implements
Extension Methods