Skip to main content

schema_properties

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

Overview

Nameschema_properties
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
get_schema_properties_by_contentexecgroup_name, schema_name, fully_qualified_namespaceGet 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.

NameDatatypeDescription
fully_qualified_namespacestringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client fullyQualifiedNamespace parameter. (default: )
group_namestringName of schema group. Required.
schema_namestringName of schema. Required.

Lifecycle Methods

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
;