Provides a description of all the optional parameters for each monitoring table. No configuration parameters are required for monTableParameters.
Name |
Datatype |
Attributes |
Description |
---|---|---|---|
TableID |
int |
Unique identifier for the view |
|
ParameterID |
int |
Position of the parameter |
|
TypeID |
int |
Identifier of the datatype of the parameter |
|
Precision |
tiny_int |
Precision of the parameter, if numeric |
|
Scale |
tiny_int |
Scale of the parameter, if numeric |
|
Length |
small_int |
Maximum length of the parameter (in bytes) |
|
TableName |
varchar(30) |
null |
Name of the table |
ParameterName |
varchar(30) |
null |
Name of the parameter |
TypeName |
varchar(20) |
null |
Name of the datatype of the parameter |
Description |
varchar(255) |
null |
Description of the parameter |