Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlTuningAdvisorTaskSummaryReportObjectStatFindingSummary

A summary for all the statistic findings of an object in a SQL Tuning Advisor task. Includes the object's hash, name, type, schema, problem type and the object reference count.

Properties

objectHashValue

objectHashValue: number

Numerical representation of the object. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

objectName

objectName: string

Name of the object.

objectType

objectType: string

Type of the object.

problemType

problemType: ProblemType

Type of statistics problem related to the object.

referenceCount

referenceCount: number

The number of the times the object is referenced within the SQL Tuning advisor task findings. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

schema

schema: string

Schema of the object.

Functions

getDeserializedJsonObj

getJsonObj