Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlTuningAdvisorTaskSummaryReportIndexFindingSummary

A summary for all the index findings in a SQL Tuning Advisor task. Includes the index's hash value, table name, schema, index name, reference count and index columns

Properties

indexColumns

indexColumns: Array<string>

Columns of the index.

indexHashValue

indexHashValue: number

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

indexName

indexName: string

Name of the index.

referenceCount

referenceCount: number

The number of times the index 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 related to the index.

tableName

tableName: string

Table's name related to the index.

Functions

getDeserializedJsonObj

getJsonObj