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