Search Results for

    Show / Hide Table of Contents

    Class JsonProcessor

    Converts a JSON string into a structured JSON object.

    Inheritance
    object
    ProcessorBase
    JsonProcessor
    Implements
    IJsonProcessor
    IProcessor
    Inherited Members
    ProcessorBase.If
    ProcessorBase.Tag
    ProcessorBase.IgnoreFailure
    ProcessorBase.OnFailure
    ProcessorBase.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class JsonProcessor : ProcessorBase, 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
    public bool? AddToRoot { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Field

    Field holding json as a string

    Declaration
    public Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    ProcessorBase.Name
    | Edit this page View Source

    TargetField

    The field to insert the converted structured object into

    Declaration
    public Field TargetField { get; set; }
    Property Value
    Type Description
    Field

    Implements

    IJsonProcessor
    IProcessor

    Extension Methods

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