|
WriterMaxFileSize Field
|
Defines the maximum file size for this COMTRADE implementation.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public 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
Int64Remarks
Value represents 256TB, arbitrarily chosen extreme maximum file size.
See Also