DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | List of all members
Deveel.Data.Diagnostics.KnownEventMetadata Class Reference

Public Attributes

const string UserName = "session.userName"
 
const string SessionStartTime = "session.startTime"
 
const string LastCommandTime = "session.lastCommandTime"
 
const string CommitId = "transaction.commitId"
 
const string CurrentSchema = "transaction.currentSchema"
 
const string IsolationLevel = "transaction.isolationLevel"
 
const string IgnoreIdentifiersCase = "transaction.ignoreIdCase"
 
const string ReadOnlyTransaction = "transaction.readOnly"
 
const string DatabaseName = "database.name"
 
const string SessionCount = "database.sessionCount"
 
const string TableId = "table.id"
 
const string TableName = "table.name"
 

Detailed Description

Definition at line 4 of file KnownEventMetadata.cs.

Member Data Documentation

const string Deveel.Data.Diagnostics.KnownEventMetadata.CommitId = "transaction.commitId"

Definition at line 8 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.CurrentSchema = "transaction.currentSchema"

Definition at line 9 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.DatabaseName = "database.name"

Definition at line 13 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.IgnoreIdentifiersCase = "transaction.ignoreIdCase"

Definition at line 11 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.IsolationLevel = "transaction.isolationLevel"

Definition at line 10 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.LastCommandTime = "session.lastCommandTime"

Definition at line 7 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.ReadOnlyTransaction = "transaction.readOnly"

Definition at line 12 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.SessionCount = "database.sessionCount"

Definition at line 14 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.SessionStartTime = "session.startTime"

Definition at line 6 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.TableId = "table.id"

Definition at line 15 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.TableName = "table.name"

Definition at line 16 of file KnownEventMetadata.cs.

const string Deveel.Data.Diagnostics.KnownEventMetadata.UserName = "session.userName"

Definition at line 5 of file KnownEventMetadata.cs.


The documentation for this class was generated from the following file: