Class GetPipelineResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class GetPipelineResponse : DictionaryResponseBase<string, IPipeline>, IDictionaryResponse<string, IPipeline>, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourcePipelines
Declaration
[IgnoreDataMember]
public IReadOnlyDictionary<string, IPipeline> Pipelines { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, IPipeline> |