|  | IInputChannel Interface | 
Namespace: Ookii.Jumbo.Jet.Channels
 Syntax
SyntaxThe IInputChannel type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Configuration | 
            Gets the configuration of the input channel.
             | 
|  | InputStage | 
            Gets the input stage of this channel.
             | 
|  | MemoryStorageLevel | 
            Gets the current memory storage usage level.
             | 
|  | UsesMemoryStorage | 
            Gets a value indicating whether the input channel uses memory storage to store inputs.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AssignAdditionalPartitions | 
            Assigns additional partitions to this input channel.
             | 
|  | CreateRecordReader | 
            Creates a RecordReaderT from which the channel can read its input.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | MemoryStorageFull | 
            Occurs when the input channel stalls waiting for space to become available in the memory storage.
             | 
 See Also
See Also