Interface IMultiGetHit<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public interface IMultiGetHit<out TDocument> where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Properties
|
Edit this page
View Source
Error
Declaration
Property Value
|
Edit this page
View Source
Found
Declaration
Property Value
|
Edit this page
View Source
Id
Declaration
Property Value
|
Edit this page
View Source
Index
Declaration
Property Value
|
Edit this page
View Source
PrimaryTerm
Declaration
long? PrimaryTerm { get; }
Property Value
|
Edit this page
View Source
Routing
Declaration
Property Value
|
Edit this page
View Source
SequenceNumber
Declaration
long? SequenceNumber { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
TDocument Source { get; }
Property Value
Type |
Description |
TDocument |
|
|
Edit this page
View Source
Type
Declaration
Property Value
|
Edit this page
View Source
Version
Declaration
Property Value
Extension Methods