|   | PatternCompressorMaxCompressedBufferLength Property | 
        
        
            Gets or sets the maximum compressed buffer length.
            
        
        Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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);
Property Value
Int32 Remarks
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
See Also