Search Results for

    Show / Hide Table of Contents

    Interface IJsonProcessor

    Converts a JSON string into a structured JSON object.

    Inherited Members
    IProcessor.Name
    IProcessor.Description
    IProcessor.OnFailure
    IProcessor.If
    IProcessor.Tag
    IProcessor.IgnoreFailure
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IJsonProcessor : IProcessor

    Properties

    | Edit this page View Source

    AddToRoot

    Flag that forces the serialized json to be injected into the top level of the document. TargetField must not be set when this option is chosen.

    Declaration
    [DataMember(Name = "add_to_root")]
    bool? AddToRoot { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Field

    Field holding json as a string

    Declaration
    [DataMember(Name = "field")]
    Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    TargetField

    The field to insert the converted structured object into

    Declaration
    [DataMember(Name = "target_field")]
    Field TargetField { get; set; }
    Property Value
    Type Description
    Field

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AddToRoot
      • Field
      • TargetField
    • Extension Methods
    Back to top Generated by DocFX