LogCollectionJobSession interface
Represents a session for collecting logs from an edge device.
Properties
| correlation |
A unique identifier for correlating this log collection session with other operations or sessions. |
| end |
The timestamp when log collection ended, in ISO 8601 format. |
| log |
The size of the collected logs in bytes. |
| start |
The timestamp when log collection started, in ISO 8601 format. |
| status | The status of the log collection session. |
| time |
The total time logs were collected for, in ISO 8601 duration format. |
Property Details
correlationId
A unique identifier for correlating this log collection session with other operations or sessions.
correlationId?: string
Property Value
string
endTime
The timestamp when log collection ended, in ISO 8601 format.
endTime?: string
Property Value
string
logSize
The size of the collected logs in bytes.
logSize?: number
Property Value
number
startTime
The timestamp when log collection started, in ISO 8601 format.
startTime?: string
Property Value
string
status
The status of the log collection session.
status?: string
Property Value
string
timeCollected
The total time logs were collected for, in ISO 8601 duration format.
timeCollected?: string
Property Value
string