SchemaMode class
SchemaMode represents the mode of a schema registry or a specific subject.
Four modes are supported: * NONE: deprecated. This was the default mode for a subject, but now the default is unset (which means use the global schema registry setting) * READONLY: The schema registry is in read-only mode. * READWRITE: The schema registry is in read-write mode, which allows limited write operations on the schema. * IMPORT: The schema registry is in import mode, which allows more editing operations on the schema for data importing purposes.
Constructors
- SchemaMode.new({String? mode})
- SchemaMode.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode ↔ String?
-
The mode type of a schema registry (READWRITE by default) or of a subject
(unset by default, which means use the global schema registry setting).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited