Class TableUpdatesRequest

java.lang.Object
org.apache.gravitino.dto.requests.TableUpdatesRequest
All Implemented Interfaces:
RESTMessage, RESTRequest

public class TableUpdatesRequest extends Object implements RESTRequest
Represents a request to update a table.
  • Constructor Details

    • TableUpdatesRequest

      public TableUpdatesRequest(List<TableUpdateRequest> updates)
      Creates a new TableUpdatesRequest.
      Parameters:
      updates - The updates to apply to the table.
    • TableUpdatesRequest

      public TableUpdatesRequest()
      This is the constructor that is used by Jackson deserializer
  • Method Details