Dr.Web CMS managing service database is a tree consisting of groups and variables. Variables are of different (data) types and have different attributes.
Data types of managing service variables:
Data type
|
Comment
|
Int32
|
32-bit integer
|
UInt32
|
32-bit unsigned integer
|
Int64
|
64-bit integer
|
UInt64
|
64-bit unsigned integer
|
Float
|
32-bit real number
|
Double
|
64-bit real number
|
String
|
String of unlimited length
|
Boolean
|
Logical value (true or false)
|
Time
|
Date and time
|
Binary
|
Binary data of unlimited length
|
Password
|
Data type for passwords storage
|
Variables can have the following attributes:
Attribute
|
Comment
|
Default
|
Simple variable
|
Shared
|
Shared variable
|
Statistics
|
Statistics variable
|
System
|
System variable
|
Hidden
|
Hidden system variable
|
Readonly
|
Variable, which cannot be modified
|
|