Class SuffixExtensions
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public static class SuffixExtensions
Methods
| Edit this page View SourceSuffix(object, string)
This extension method should only be used in expressions which are analysed by OpenSearch.Client.
When analysed it will append suffix
to the path separating it with a dot.
This is especially useful with multi fields.
Declaration
public static object Suffix(this object @object, string suffix)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
string | suffix |
Returns
Type | Description |
---|---|
object |