type property

String? type
getter/setter pair

The type of the schema definition. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "PROTOCOL_BUFFER" : A Protocol Buffer schema definition.
  • "AVRO" : An Avro schema definition.

Implementation

core.String? type;