Search Results for

    Show / Hide Table of Contents

    Class ObjectProperty

    A object datatype mapping for an inner object

    Inheritance
    object
    PropertyBase
    CorePropertyBase
    ObjectProperty
    NestedProperty
    Implements
    IPropertyWithClrOrigin
    IObjectProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    CorePropertyBase.CopyTo
    CorePropertyBase.Fields
    CorePropertyBase.Similarity
    CorePropertyBase.Store
    PropertyBase.LocalMetadata
    PropertyBase.Meta
    PropertyBase.Name
    PropertyBase.DebugDisplay
    PropertyBase.ToString()
    PropertyBase.TypeOverride
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ObjectProperty : CorePropertyBase, IPropertyWithClrOrigin, IObjectProperty, ICoreProperty, IProperty, IFieldMapping

    Constructors

    | Edit this page View Source

    ObjectProperty()

    Declaration
    public ObjectProperty()
    | Edit this page View Source

    ObjectProperty(FieldType)

    Declaration
    protected ObjectProperty(FieldType type)
    Parameters
    Type Name Description
    FieldType type

    Properties

    | Edit this page View Source

    Dynamic

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

    Declaration
    public 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
    public bool? Enabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Properties

    The fields within the object

    Declaration
    public IProperties Properties { get; set; }
    Property Value
    Type Description
    IProperties

    Implements

    IPropertyWithClrOrigin
    IObjectProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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