|
PatternCompressorMaxCompressedBufferLength Property
|
Gets or sets the maximum compressed buffer length.
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public 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
Int32Remarks
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