Class SimulatePipelineDocument
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class SimulatePipelineDocument : ISimulatePipelineDocument
Properties
| Edit this page View SourceId
Declaration
public Id Id { get; set; }
Property Value
Type | Description |
---|---|
Id |
Index
Declaration
public IndexName Index { get; set; }
Property Value
Type | Description |
---|---|
IndexName |
Source
Declaration
public object Source { get; set; }
Property Value
Type | Description |
---|---|
object |