MachineCluster¶
m:n relation between machines and clusters
Fields¶
Field | Type | Description |
---|---|---|
ClusterID | bigint | Internal ID that references the Cluster entity (Foreign Key) |
Created | datetime2 | Date/Time this relation got created in the database |
CreatedGUID | uniqueidentifier | GUID of the scan that created this relation |
ID | bigint | Internal ID for the MachineCluster entity (Primary Key) |
LastScan | datetime2 | Date/Time this relation got scanned last |
LastScanGUID | uniqueidentifier | GUID of the last scan for this relations |
MachineID | bigint | Internal ID that references the Machine entity (Foreign Key) |