Class CatalogCreateRequest

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

public class CatalogCreateRequest extends Object implements RESTRequest
Represents a request to create a catalog.
  • Constructor Details

    • CatalogCreateRequest

      public CatalogCreateRequest(String name, Catalog.Type type, String provider, String comment, Map<String,String> properties)
      Constructor for CatalogCreateRequest.
      Parameters:
      name - The name of the catalog.
      type - The type of the catalog.
      provider - The provider of the catalog.
      comment - The comment for the catalog.
      properties - The properties for the catalog.
  • Method Details