schema_properties
Creates, updates, deletes, gets or lists a schema_properties resource.
Overview
| Name | schema_properties |
| Type | Resource |
| Id | azure.schema_registry.schema_properties |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_schema_properties_by_content | exec | group_name, schema_name, fully_qualified_namespace | Get properties for existing schema. Gets the properties referencing an existing schema within the specified schema group, as matched by schema content comparison. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
fully_qualified_namespace | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client fullyQualifiedNamespace parameter. (default: ) |
group_name | string | Name of schema group. Required. |
schema_name | string | Name of schema. Required. |
Lifecycle Methods
- get_schema_properties_by_content
Get properties for existing schema. Gets the properties referencing an existing schema within the specified schema group, as matched by schema content comparison.
EXEC azure.schema_registry.schema_properties.get_schema_properties_by_content
@group_name='{{ group_name }}' --required,
@schema_name='{{ schema_name }}' --required,
@fully_qualified_namespace='{{ fully_qualified_namespace }}' --required
;