| FileChannelConfigurationElementMemoryStorageSize Property |
Gets or sets the maximum size of the the in-memory input storage.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public BinarySize MemoryStorageSize { get; set; }
Public Property MemoryStorageSize As BinarySize
Get
Set
public:
property BinarySize MemoryStorageSize {
BinarySize get ();
void set (BinarySize value);
}
member MemoryStorageSize : BinarySize with get, set
Property Value
Type:
BinarySizeSee Also