GroupingProvider¶
A uniquely identified source of group information. Used for identification and reorganization (cleanup) of groups.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this entity was created in the database |
| CreatedGUID | guid | GUID of the scan that created this grouping provider |
| Description | string | Description |
| DisplayName | string | Name that the GUI displays |
| ID | numeric | Internal ID for the GroupingProvider entity (Primary Key) |
| LastScan | datetime | Date/Time this grouping provider did last scan its source information |
| LastScanGUID | guid | GUID of the last scan this grouping provider |
| Notes | string | Notes |
| ProviderGUID | guid | A uuid that uniquely identifies the grouping provider. Must be set to a distinct value for each provider. |