Interface ISimulatePipelineDocument
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ISimulatePipelineDocument
Properties
| Edit this page View SourceId
Declaration
[DataMember(Name = "_id")]
Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
Index
Declaration
[DataMember(Name = "_index")]
IndexName Index { get; set; }
Property Value
Type | Description |
---|---|
IndexName |
Source
Declaration
[DataMember(Name = "_source")]
object Source { get; set; }
Property Value
Type | Description |
---|---|
object |