FileChannelConfigurationElement Properties |
The FileChannelConfigurationElement type exposes the following members.
Name | Description | |
---|---|---|
CompressionType |
Gets or sets the type of compression to use for intermediate files.
| |
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
DeleteIntermediateFiles |
Gets or sets a value that indicates whether intermediate files should be deleted after the task or job is finished.
| |
ElementInformation | (Inherited from ConfigurationElement.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EnableChecksum |
Gets or sets a value indicating whether checksums are calculated and verified for the intermediate data.
| |
EvaluationContext | (Inherited from ConfigurationElement.) | |
HasContext | (Inherited from ConfigurationElement.) | |
ItemConfigurationProperty | (Inherited from ConfigurationElement.) | |
ItemString | (Inherited from ConfigurationElement.) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
MemoryStorageSize |
Gets or sets the maximum size of the the in-memory input storage.
| |
MemoryStorageWaitTimeout |
Gets or sets the amount of time to wait for memory to become available before shuffling to disk.
| |
Properties | (Inherited from ConfigurationElement.) | |
ReadBufferSize |
Gets or sets the buffer size to use for input to push and pull tasks.
| |
SpillBufferLimit |
Gets or sets the percentage of spill buffer usage at which the SpillRecordWriterT for a file output channel using
Spill and SortSpill should start writing the buffer to disk.
| |
SpillBufferSize |
Gets or sets the size of the spill buffer used for file output channels.
| |
SpillSortMinSpillsForCombineDuringMerge |
Gets or sets the minimum number of spills needed for the SortSpillRecordWriterT for the a file output channel using
SortSpill to run the combiner (if there is one) during the merge phase.
| |
WriteBufferSize |
Gets or sets the buffer size used by the file output channel to write to intermediate files.
|