| EventLogProvider Properties |
The EventLogProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| DataSource |
Data source for the provider
(Inherited from BaseAbstractInfoProvider.) | |
| DeleteOlderLogs |
Delete older log items.
| |
| DeleteOlderThreadRunning |
Indicates if delete old logs thread is running.
| |
| Errors |
Counter of warnings.
| |
| GenerationColumn | Obsolete.
Column used to filter the data according the generation in which the items should be loaded.
(Inherited from BaseAbstractInfoProvider.) | |
| HashtableSettings |
Hashtable settings
(Inherited from BaseAbstractInfoProvider.) | |
| InfoObject |
Info object instance the provider is working with.
(Inherited from AbstractInfoProviderTInfo, TProvider.) | |
| InfoType |
Returns the type of the info object for this provider
(Inherited from AbstractInfoProviderTInfo, TProvider.) | |
| IsDataAvailable |
Returns true if the data is available for this provider
(Inherited from BaseAbstractInfoProvider.) | |
| IsValid |
Indicates if the provider instance is up-to-date and can be used to manage object instances.
(Inherited from AbstractProvider.) | |
| LoadHashtables | Obsolete.
Determines the mode in which the hashtables should be loaded. In case the hashtables are loaded through generations, you must also specify the GenerationColumn property.
(Inherited from BaseAbstractInfoProvider.) | |
| LogDocumentFieldChanges |
Indicates if log should contain the changes to particular document document fields.
| |
| LogFieldChanges |
Indicates if log should contain the changes to particular fields.
| |
| LoggingEnabled |
Indicates if logging is enabled.
| |
| ProviderName |
Provider name
(Inherited from BaseAbstractInfoProvider.) | |
| RegExExcludeLogCode |
Regular expression for the excluded log codes - If there is a match, the event is excluded from the log.
| |
| RegExExcludeLogDescription |
Get the regular expression for the excluded log descriptions.
If there is a match, the event is excluded from the log.
| |
| RegExExcludeLogSource |
Regular expression for the excluded log sources - If there is a match, the event is excluded from the log.
| |
| StoreEmptyValuesInHashtables |
If true, provider hashtables store empty values for not found objects to reduce database calls
(Inherited from AbstractInfoProviderTInfo, TProvider.) | |
| TypeInfo |
Object type information.
(Inherited from BaseAbstractInfoProvider.) | |
| UseFullNameHashtable | Obsolete.
If true, the full name hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
| UseGUIDHashtable | Obsolete.
If true, the guid hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
| UseHashtables | Obsolete.
If true, the provider uses hashtables.
(Inherited from BaseAbstractInfoProvider.) | |
| UseIDHashtable | Obsolete.
If true, the ID hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
| UseNameHashtable | Obsolete.
If true, the code name hashtable is allowed to be used.
(Inherited from BaseAbstractInfoProvider.) | |
| UseWeakReferences | Obsolete.
If true, the weak references are used for the items so the memory can be cleared upon request
(Inherited from BaseAbstractInfoProvider.) | |
| Warnings |
Counter of warnings.
|