Skip to content

Commit 7081132

Browse files
committed
Update Generic_Logger_Table.md
1 parent fdc8583 commit 7081132

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

connector/doc/Generic_Logger_Table.md

+16-10
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ uid: Connector_help_Generic_Logger_Table
44

55
# Generic Logger Table
66

7-
The **Generic Logger Table** is a virtual connector that allows DataMiner solutions to interact directly with a table in the underlying database.
8-
9-
## About
7+
The Generic Logger Table is a virtual connector that allows DataMiner solutions to interact directly with a table in the underlying database.
108

119
Every element using this connector will have its own unique table in the database. The connector handles incoming CRUD operations and automatic cleanup.
1210

11+
## About
12+
1313
### Version Info
1414

15-
| **Range** | **Description** | **DCF Integration** | **Cassandra Compliant** |
16-
|------------------|------------------------|---------------------|-------------------------|
17-
| 1.0.0.x | Initial version | No | Yes |
15+
| Range | Key Features | Based on | System Impact |
16+
|----------------------|------------------|--------------|-------------------|
17+
| 1.0.0.x [SLC Main] | Initial version. | - | - |
18+
19+
### System Info
20+
21+
| Range | DCF Integration | Cassandra Compliant | Linked Components | Exported Components |
22+
|-----------|---------------------|-------------------------|-----------------------|-------------------------|
23+
| 1.0.0.x | No | Yes | - | - |
1824

1925
## Configuration
2026

@@ -26,16 +32,16 @@ This connector uses a virtual connection and does not require any input during e
2632

2733
As soon as an element is created, it automatically generates a new table in the database.
2834

29-
The amount of time that each record is stored in the table can be adjusted using the *Remove Unmodified Entries After* parameter. By default this is set to 30 days. It is available on the General page of the element.
35+
With the **Remove Unmodified Entries After** parameter on the **General** page of the element, you can adjust how long each record is stored in the table. By default, this is set to 30 days.
3036

3137
## How to Use
3238

33-
Manipulating the data handled by the element is done using the [Skyline.DataMiner.ConnectorAPI.GenericLoggerTable NuGet package](https://github.com/SkylineCommunications/Skyline.DataMiner.ConnectorAPI.GenericLoggerTable). This package is typically used from Automation scripts, but it can also be used from Connectors.
39+
Manipulating the data handled by the element is done using the [Skyline.DataMiner.ConnectorAPI.GenericLoggerTable NuGet package](https://github.com/SkylineCommunications/Skyline.DataMiner.ConnectorAPI.GenericLoggerTable). This package is typically used from Automation scripts, but it can also be used from connectors.
3440

3541
### Supported Operations
3642

37-
The connector and NuGet package support the typical CRUD operations; creating, replacing, updating and removing records.
43+
The connector and NuGet package support the typical CRUD operations: creating, replacing, updating and removing records.
3844

3945
### Use Case
4046

41-
The typical use case for this connector is to store large pieces of data that doesn't need to be directly accessible from Cube. As such, there is no way to monitor the data.
47+
The typical use case for this connector is to store large pieces of data that do not need to be directly accessible from Cube. As such, there is no way to monitor the data.

0 commit comments

Comments
 (0)