Search Results for

    Show / Hide Table of Contents

    Interface IObjectProperty

    A mapping for an inner object

    Inherited Members
    ICoreProperty.CopyTo
    ICoreProperty.Fields
    ICoreProperty.Similarity
    ICoreProperty.Store
    IProperty.LocalMetadata
    IProperty.Meta
    IProperty.Name
    IProperty.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IObjectProperty : ICoreProperty, IProperty, IFieldMapping

    Properties

    | Edit this page View Source

    Dynamic

    Whether or not new properties should be added dynamically to an existing object. Default is true

    Declaration
    [DataMember(Name = "dynamic")]
    Union<bool, DynamicMapping> Dynamic { get; set; }
    Property Value
    Type Description
    Union<bool, DynamicMapping>
    | Edit this page View Source

    Enabled

    Whether the JSON value given for this field should be parsed and indexed. Default is true

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

    Properties

    The fields within the object

    Declaration
    [DataMember(Name = "properties")]
    IProperties Properties { get; set; }
    Property Value
    Type Description
    IProperties

    Extension Methods

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