Class DBC.ScriptTraceFields
Fields for ScriptTrace, Scripts which should be traced
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ScriptTraceFields
Fields
AssociateId
ScriptTrace.AssociateId: Optionally limit traces to a specific associate
Declaration
public const string AssociateId = "associate_id"
Field Value
Type | Description |
---|---|
string |
Enabled
ScriptTrace.Enabled: Whether this trace is enabled or not
Declaration
public const string Enabled = "enabled"
Field Value
Type | Description |
---|---|
string |
ExceptionOnly
ScriptTrace.ExceptionOnly: If true, then we save the trace run only if an unhandled exception is thrown
Declaration
public const string ExceptionOnly = "exception_only"
Field Value
Type | Description |
---|---|
string |
Location
ScriptTrace.Location: The location of the script which should be traced
Declaration
public const string Location = "location"
Field Value
Type | Description |
---|---|
string |
Name
ScriptTrace.Name: The friendly name of the script which should be traced
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
NotificationEmail
ScriptTrace.NotificationEmail: Email to notify when trace saved
Declaration
public const string NotificationEmail = "notification_email"
Field Value
Type | Description |
---|---|
string |
Notify
ScriptTrace.Notify: Send notification by email when trace run is saved
Declaration
public const string Notify = "notify"
Field Value
Type | Description |
---|---|
string |
NumNotifications
ScriptTrace.NumNotifications: How many (more) notifications left before it is disabled
Declaration
public const string NumNotifications = "num_notifications"
Field Value
Type | Description |
---|---|
string |
Registered
ScriptTrace.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
ScriptTrace.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
ScriptTraceId
ScriptTrace.ScriptTraceId: Primary key
Declaration
public const string ScriptTraceId = "script_trace_id"
Field Value
Type | Description |
---|---|
string |
SkipFrames
ScriptTrace.SkipFrames: Skip n frames between each save to optimize
Declaration
public const string SkipFrames = "skip_frames"
Field Value
Type | Description |
---|---|
string |
SumRuns
ScriptTrace.SumRuns: How many trace runs have been saved
Declaration
public const string SumRuns = "sum_runs"
Field Value
Type | Description |
---|---|
string |
SumSize
ScriptTrace.SumSize: How much trace data has been saved
Declaration
public const string SumSize = "sum_size"
Field Value
Type | Description |
---|---|
string |
Ttl
ScriptTrace.Ttl: How long traces should be kept before being deleted (in seconds)
Declaration
public const string Ttl = "ttl"
Field Value
Type | Description |
---|---|
string |
Updated
ScriptTrace.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
ScriptTrace.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
ScriptTrace.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |