Class DocumentSimulation
Inheritance
DocumentSimulation
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class DocumentSimulation
Properties
|
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
Ingest
Declaration
[DataMember(Name = "_ingest")]
public Ingest Ingest { get; }
Property Value
|
Edit this page
View Source
Parent
Declaration
[DataMember(Name = "_parent")]
public string Parent { get; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "_routing")]
public string Routing { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "_source")]
public ILazyDocument Source { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
[DataMember(Name = "_type")]
public string Type { get; }
Property Value
Extension Methods