Class InlineGet<TDocument>
Inheritance
InlineGet<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public class InlineGet<TDocument> : IInlineGet<TDocument> where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Properties
|
Edit this page
View Source
Fields
Declaration
public FieldValues Fields { get; }
Property Value
|
Edit this page
View Source
Found
Declaration
public bool Found { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public TDocument Source { get; }
Property Value
Type |
Description |
TDocument |
|
Implements
Extension Methods