Type to start searching...

RenameIndex

Rename an existing table index.

Properties
description : string

Operation description.

name : indexName

Old index name, as specified in the data source: [<owner>.]<table>.<index>

Valid values based on“string”.
[A-Za-z][_A-Za-z\d]*(\.[A-Za-z][_A-Za-z\d]*){0,2}
to : indexName

New index name, as specified in the data source: [<owner>.]<table>.<index>

Valid values based on“string”.
[A-Za-z][_A-Za-z\d]*(\.[A-Za-z][_A-Za-z\d]*){0,2}
Parents