Package version:

Interface DatabaseOperation

A database operation.

Hierarchy

Properties

databaseName?: string

The name of the database the operation is being performed on. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

The operation description. NOTE: This property will not be serialized. It can only be populated by the server.

errorCode?: number

The operation error code. NOTE: This property will not be serialized. It can only be populated by the server.

errorDescription?: string

The operation error description. NOTE: This property will not be serialized. It can only be populated by the server.

errorSeverity?: number

The operation error severity. NOTE: This property will not be serialized. It can only be populated by the server.

estimatedCompletionTime?: Date

The estimated completion time of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

isCancellable?: boolean

Whether the operation can be cancelled. NOTE: This property will not be serialized. It can only be populated by the server.

isUserError?: boolean

Whether or not the error is a user error. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

operation?: string

The name of operation. NOTE: This property will not be serialized. It can only be populated by the server.

operationFriendlyName?: string

The friendly name of operation. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete?: number

The percentage of the operation completed. NOTE: This property will not be serialized. It can only be populated by the server.

serverName?: string

The name of the server. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

The operation start time. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

The operation state. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc