Interface IInlineGet<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public interface IInlineGet<out TDocument> where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Properties
|
Edit this page
View Source
Fields
Declaration
[DataMember(Name = "fields")]
FieldValues Fields { get; }
Property Value
|
Edit this page
View Source
Found
Declaration
[DataMember(Name = "found")]
bool Found { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "_source")]
TDocument Source { get; }
Property Value
Type |
Description |
TDocument |
|
Extension Methods