Interface ISimulatePipelineRequest
Assembly: OpenSearch.Client.dll
Syntax
public interface ISimulatePipelineRequest : IRequest<SimulatePipelineRequestParameters>, IRequest
Properties
|
Edit this page
View Source
Documents
Declaration
[DataMember(Name = "docs")]
IEnumerable<ISimulatePipelineDocument> Documents { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[IgnoreDataMember]
Id Id { get; }
Property Value
|
Edit this page
View Source
Pipeline
Declaration
[DataMember(Name = "pipeline")]
IPipeline Pipeline { get; set; }
Property Value
Extension Methods