Skip to main content

Interface: $Properties

v1.LogRecord.$Properties

Properties of a LogRecord.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The ID of the async operation.


emitTime

Optional emitTime: null | $Properties

Time when the log was emitted.


logId

Optional logId: null | string

Unique ID for the log record.


operation

Optional operation: null | string

The operation performed.


principal

Optional principal: null | $Properties

The principal that performed the operation.


rawDetails

Optional rawDetails: null | $Properties

The raw details of the operation.


status

Optional status: null | string

The status of the operation.


version

Optional version: null | number

The internal version of the log message. Can be used in deduplication if needed.


xForwardedFor

Optional xForwardedFor: null | string

The originating IP address of the request.