Interface IJsonProcessor
Converts a JSON string into a structured JSON object.
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IJsonProcessor : IProcessor
Properties
| Edit this page View SourceAddToRoot
Flag that forces the serialized json to be injected into the top level of the document.
Target
Declaration
[DataMember(Name = "add_to_root")]
bool? AddToRoot { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Field
Field holding json as a string
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
TargetField
The field to insert the converted structured object into
Declaration
[DataMember(Name = "target_field")]
Field TargetField { get; set; }
Property Value
Type | Description |
---|---|
Field |