Class MultiGetOperation<T>
Inheritance
MultiGetOperation<T>
Assembly: OpenSearch.Client.dll
Syntax
public class MultiGetOperation<T> : IMultiGetOperation
Type Parameters
Constructors
|
Edit this page
View Source
MultiGetOperation(Id)
Declaration
public MultiGetOperation(Id id)
Parameters
Type |
Name |
Description |
Id |
id |
|
Properties
|
Edit this page
View Source
Document
Declaration
public object Document { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
public Id Id { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public IndexName Index { get; set; }
Property Value
|
Edit this page
View Source
Routing
Declaration
public string Routing { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
public Union<bool, ISourceFilter> Source { get; set; }
Property Value
|
Edit this page
View Source
StoredFields
Declaration
public Fields StoredFields { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public long? Version { get; set; }
Property Value
|
Edit this page
View Source
VersionType
Declaration
public VersionType? VersionType { get; set; }
Property Value
Implements
Extension Methods