Share via


IngestionPipeline<T>.ChunkProcessors Property

Definition

Gets the chunk processors in the pipeline.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionChunkProcessor<T> ^> ^ ChunkProcessors { System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionChunkProcessor<T> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionChunkProcessor<T>> ChunkProcessors { get; }
member this.ChunkProcessors : System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionChunkProcessor<'T>>
Public ReadOnly Property ChunkProcessors As IList(Of IngestionChunkProcessor(Of T))

Property Value

Applies to