types
Creates, updates, deletes, gets or lists a types resource.
Overview
| Name | types |
| Type | Resource |
| Id | confluent.schema_registry.types |
Fields
| Name | Datatype | Description |
|---|---|---|
column_anon | string |
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
get_schema_types | SELECT | | Retrieve 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
;