Skip to main content

types

Creates, updates, deletes, gets or lists a types resource.

Overview

Nametypes
TypeResource
Idconfluent.schema_registry.types

Fields

NameDatatypeDescription
column_anonstring

Methods

NameAccessible byRequired ParamsDescription
get_schema_typesSELECTRetrieve the schema types supported by this registry.

SELECT examples

Retrieve the schema types supported by this registry.

SELECT
column_anon
FROM confluent.schema_registry.types
;