schemaType property

String? schemaType
getter/setter pair

The type of the schema.

It is optional. If not specified, the schema type will be AVRO.

Optional. Possible string values are:

  • "SCHEMA_TYPE_UNSPECIFIED" : No schema type. The default will be AVRO.
  • "AVRO" : Avro schema type.
  • "JSON" : JSON schema type.
  • "PROTOBUF" : Protobuf schema type.

Implementation

core.String? schemaType;