ElasticPoolLog interface

Log data for an Elastic Pool

Properties

id

Log Id

level

E.g. error, warning, info

message

Log contents

operation

Operation that triggered the message being logged

poolId

Id of the associated TaskAgentPool

timestamp

Datetime that the log occurred

Property Details

id

Log Id

id: number

Property Value

number

level

E.g. error, warning, info

level: LogLevel

Property Value

message

Log contents

message: string

Property Value

string

operation

Operation that triggered the message being logged

operation: OperationType

Property Value

poolId

Id of the associated TaskAgentPool

poolId: number

Property Value

number

timestamp

Datetime that the log occurred

timestamp: Date

Property Value

Date