Class NestedIdentity
Inheritance
NestedIdentity
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
|
Edit this page
View Source
Nested
Declaration
[DataMember(Name = "_nested")]
public NestedIdentity Nested { get; }
Property Value
|
Edit this page
View Source
Offset
Declaration
[DataMember(Name = "offset")]
public int Offset { get; }
Property Value
Extension Methods