ElasticPoolOperationProperties interface

The properties of a elastic pool operation.

Properties

description

The operation description.

elasticPoolName

The name of the elastic pool the operation is being performed on.

errorCode

The operation error code.

errorDescription

The operation error description.

errorSeverity

The operation error severity.

estimatedCompletionTime

The estimated completion time of the operation.

isCancellable

Whether the operation can be cancelled.

isUserError

Whether or not the error is a user error.

operation

The name of operation.

operationFriendlyName

The friendly name of operation.

percentComplete

The percentage of the operation completed.

serverName

The name of the server.

startTime

The operation start time.

state

The operation state.

Property Details

description

The operation description.

description?: string

Property Value

string

elasticPoolName

The name of the elastic pool the operation is being performed on.

elasticPoolName?: string

Property Value

string

errorCode

The operation error code.

errorCode?: number

Property Value

number

errorDescription

The operation error description.

errorDescription?: string

Property Value

string

errorSeverity

The operation error severity.

errorSeverity?: number

Property Value

number

estimatedCompletionTime

The estimated completion time of the operation.

estimatedCompletionTime?: Date

Property Value

Date

isCancellable

Whether the operation can be cancelled.

isCancellable?: boolean

Property Value

boolean

isUserError

Whether or not the error is a user error.

isUserError?: boolean

Property Value

boolean

operation

The name of operation.

operation?: string

Property Value

string

operationFriendlyName

The friendly name of operation.

operationFriendlyName?: string

Property Value

string

percentComplete

The percentage of the operation completed.

percentComplete?: number

Property Value

number

serverName

The name of the server.

serverName?: string

Property Value

string

startTime

The operation start time.

startTime?: Date

Property Value

Date

state

The operation state.

state?: string

Property Value

string