Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OptimizerStatisticsCollectionOperationSummary

The summary of the Optimizer Statistics Collection operation.

Properties

Optional completedCount

completedCount: undefined | number

The number of objects for which statistics collection is completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

durationInSeconds

durationInSeconds: number

The time it takes to complete the operation (in seconds). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

endTime

endTime: string

The end time of the operation.

Optional failedCount

failedCount: undefined | number

The number of objects for which statistics collection failed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

id

id: number

The ID of the operation. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional inProgressCount

inProgressCount: undefined | number

The number of objects for which statistics collection is in progress. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

jobName

jobName: string

The name of the job.

operationName

operationName: string

The name of the operation.

startTime

startTime: string

The start time of the operation.

status

status: Status

The status of the operation such as Completed, and Failed.

target

target: string

The target object type such as Table, Index, and Partition.

Optional timedOutCount

timedOutCount: undefined | number

The number of objects for which statistics collection timed out. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional totalObjectsCount

totalObjectsCount: undefined | number

The total number of objects for which statistics is collected. This number is the sum of all the objects with various statuses: completed, inProgress, failed, and timedOut. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj