| 
            
              WriterMaxFileSize Field
             | 
          
        
        
            Defines the maximum file size for this COMTRADE implementation.
            
        
        Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.257-beta
Syntaxpublic const long MaxFileSize = 281474976710656
Public Const MaxFileSize As Long = 281474976710656
public:
literal long long MaxFileSize = 281474976710656
static val mutable MaxFileSize: int64
var GSF.COMTRADE.Writer.MaxFileSize
 View SourceField Value
Int64
Remarks
            Value represents 256TB, arbitrarily chosen extreme maximum file size.
            
See Also