Class ObsoleteMappingsBase.Mappings
Types are gone from OpenSearch, this class solely exist to help you move your complex mappings over
to the new way of writing the mappings. Use TypeMapping directly instead.
This class won't receive updates, please be advised to move over if you need to utilize
new features in the future.
Inheritance
ObsoleteMappingsBase.Mappings
Assembly: OpenSearch.Client.dll
Syntax
[Obsolete("Mappings are no longer type dependent, please use TypeMapping directly")]
public class ObsoleteMappingsBase.Mappings : ObsoleteMappingsBase, ITypeMapping, IEnumerable<ITypeMapping>, IEnumerable
Properties
|
Edit this page
View Source
this[object]
Declaration
public ITypeMapping this[object key] { get; }
Parameters
Type |
Name |
Description |
object |
key |
|
Property Value
Methods
|
Edit this page
View Source
Add(object, ITypeMapping)
Declaration
public void Add(object _, ITypeMapping mapping)
Parameters
|
Edit this page
View Source
GetEnumerator()
Declaration
public IEnumerator<ITypeMapping> GetEnumerator()
Returns
Implements
Extension Methods