Interface IMultiGetOperation
Assembly: OpenSearch.Client.dll
Syntax
public interface IMultiGetOperation
Properties
|
Edit this page
View Source
CanBeFlattened
Declaration
bool CanBeFlattened { get; }
Property Value
|
Edit this page
View Source
ClrType
Declaration
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "_id")]
Id Id { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "_index")]
IndexName Index { get; set; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "routing")]
string Routing { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "_source")]
Union<bool, ISourceFilter> Source { get; set; }
Property Value
|
Edit this page
View Source
StoredFields
Declaration
[DataMember(Name = "stored_fields")]
Fields StoredFields { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
long? Version { get; set; }
Property Value
|
Edit this page
View Source
VersionType
Declaration
[DataMember(Name = "version_type")]
VersionType? VersionType { get; set; }
Property Value
Extension Methods