Click or drag to resize
Grid Solutions Framework

FileBlockReaderRetransmissionThreshold Property

Gets or sets the percentage of buffer blocks that can be retransmitted during a reporting interval before the FileBlockReader begins throttling its buffer blocks.

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(25)]
public double RetransmissionThreshold { get; set; }
View Source

Property Value

Double
See Also