Search Results for

    Show / Hide Table of Contents

    Class NestedIdentity

    Inheritance
    object
    NestedIdentity
    Inherited Members
    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 NestedIdentity

    Properties

    | Edit this page View Source

    Field

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

    Nested

    Declaration
    [DataMember(Name = "_nested")]
    public NestedIdentity Nested { get; }
    Property Value
    Type Description
    NestedIdentity
    | Edit this page View Source

    Offset

    Declaration
    [DataMember(Name = "offset")]
    public int Offset { get; }
    Property Value
    Type Description
    int

    Extension Methods

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