Share via


LogCollectionSession interface

Log Collection Session details of the cluster.

Properties

correlationId

CorrelationId of the log collection

endTimeCollected

End Time of the logs when it was collected

logCollectionError

Log Collection Error details of the cluster.

logCollectionJobType

Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation.

logCollectionStatus

LogCollection status

logEndTime

End Time of the logs when it was collected

logSize

Size of the logs collected

logStartTime

Start Time of the logs when it was collected

timeCollected

Duration of logs collected

Property Details

correlationId

CorrelationId of the log collection

correlationId?: string

Property Value

string

endTimeCollected

End Time of the logs when it was collected

endTimeCollected?: Date

Property Value

Date

logCollectionError

Log Collection Error details of the cluster.

logCollectionError?: LogCollectionError

Property Value

logCollectionJobType

Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation.

logCollectionJobType?: string

Property Value

string

logCollectionStatus

LogCollection status

logCollectionStatus?: string

Property Value

string

logEndTime

End Time of the logs when it was collected

logEndTime?: Date

Property Value

Date

logSize

Size of the logs collected

logSize?: number

Property Value

number

logStartTime

Start Time of the logs when it was collected

logStartTime?: Date

Property Value

Date

timeCollected

Duration of logs collected

timeCollected?: Date

Property Value

Date