Class SchemaCreateRequest

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

public class SchemaCreateRequest extends Object implements RESTRequest
Represents a request to create a schema.
  • Constructor Details

    • SchemaCreateRequest

      public SchemaCreateRequest()
      Default constructor for Jackson deserialization.
    • SchemaCreateRequest

      public SchemaCreateRequest(String name, String comment, Map<String,String> properties)
      Creates a new SchemaCreateRequest.
      Parameters:
      name - The name of the schema.
      comment - The comment of the schema.
      properties - The properties of the schema.
  • Method Details