mode property

String? mode
getter/setter pair

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).

Required. Possible string values are:

  • "NONE" : The default / unset value. The subject mode is NONE/unset by default, which means use the global schema registry mode. This should not be used for setting the mode.
  • "READONLY" : READONLY mode.
  • "READWRITE" : READWRITE mode.
  • "IMPORT" : IMPORT mode.

Implementation

core.String? mode;