跳到内容

DropTableIndex

描述

      description: |
        Drop the specified index from table `id`.

请求模式

    DropTableIndexRequest:
      type: object
      required:
        - id
        - index_name
      properties:
        id:
          type: array
          items:
            type: string
        index_name:
          type: string
          description: Name of the index to drop

响应模式

    DropTableIndexResponse:
      type: object
      properties:
        version:
          type: integer
          format: int64
          minimum: 0
          description: Version of the table after dropping the index