Class MetalakeCreateRequest

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

public class MetalakeCreateRequest extends Object implements RESTRequest
Represents a request to create a Metalake.
  • Constructor Details

    • MetalakeCreateRequest

      public MetalakeCreateRequest()
      Default constructor for MetalakeCreateRequest. (Used for Jackson deserialization.)
    • MetalakeCreateRequest

      public MetalakeCreateRequest(String name, String comment, Map<String,String> properties)
      Constructor for MetalakeCreateRequest.
      Parameters:
      name - The name of the Metalake.
      comment - The comment for the Metalake.
      properties - The properties for the Metalake.
  • Method Details