|
PatternCompressorMaxCompressedBufferLength Property
|
Gets or sets the maximum compressed buffer length.
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.297-beta+c4c8a839e939f7741977e6b01208d8a074273105
Syntaxpublic int MaxCompressedBufferLength { get; set; }Public Property MaxCompressedBufferLength As Integer
Get
Set
public:
property int MaxCompressedBufferLength {
int get ();
void set (int value);
}member MaxCompressedBufferLength : int with get, set
function get_MaxCompressedBufferLength();
function set_MaxCompressedBufferLength(value);
View SourceProperty Value
Int32
Remarks
The compressor will not write beyond the MaxCompressedBufferLength.
Defaults to the full length of the compressed buffer.
Set to -1 to return to the default.
See Also