Interface IClrPropertyMapping<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public interface IClrPropertyMapping<TDocument> where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Properties
|
Edit this page
View Source
Ignore
Declaration
bool Ignore { get; set; }
Property Value
|
Edit this page
View Source
NewName
Declaration
string NewName { get; set; }
Property Value
|
Edit this page
View Source
Property
Declaration
Expression<Func<TDocument, object>> Property { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToPropertyMapping()
Declaration
IPropertyMapping ToPropertyMapping()
Returns
Extension Methods