跳到内容

RestoreTable

描述

      description: |
        Restore table `id` to a specific version.

请求模式

    RestoreTableRequest:
      type: object
      properties:
        id:
          type: array
          items:
            type: string
        version:
          type: integer
          format: int64
          minimum: 0
          description: Version to restore to (if not specified, restores to current version)

响应模式

    RestoreTableResponse:
      type: object
      properties:
        version:
          type: integer
          format: int64
          minimum: 0
          description: Version of the table after restore operation