Class GetResponse<TDocument>
Inheritance
GetResponse<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public class GetResponse<TDocument> : ResponseBase, IGetResponse<TDocument>, IResponse, IOpenSearchResponse where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Properties
|
Edit this page
View Source
Fields
Declaration
[DataMember(Name = "fields")]
public FieldValues Fields { get; }
Property Value
|
Edit this page
View Source
Found
Declaration
[DataMember(Name = "found")]
public bool Found { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "_id")]
public string Id { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "_index")]
public string Index { get; }
Property Value
|
Edit this page
View Source
PrimaryTerm
Declaration
[DataMember(Name = "_primary_term")]
public long? PrimaryTerm { get; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "_routing")]
public string Routing { get; }
Property Value
|
Edit this page
View Source
SequenceNumber
Declaration
[DataMember(Name = "_seq_no")]
public long? SequenceNumber { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "_source")]
public TDocument Source { get; }
Property Value
Type |
Description |
TDocument |
|
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "_type")]
public string Type { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "_version")]
public long Version { get; }
Property Value
Implements
Extension Methods