Package org.apache.gravitino.dto
Class SchemaDTO
java.lang.Object
org.apache.gravitino.dto.SchemaDTO
Represents a Schema DTO (Data Transfer Object).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSchemaDTO.Builder<S extends SchemaDTO.Builder>Builder class for constructing SchemaDTO instances. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.gravitino.Schema
supportsPolicies, supportsRoles, supportsTags
-
Method Details
-
name
-
comment
-
properties
- Specified by:
propertiesin interfaceSchema- Returns:
- The properties associated with the schema.
-
auditInfo
-
builder
- Returns:
- the builder for creating a new instance of SchemaDTO.
-