Uses of Class
com.azure.data.schemaregistry.models.SchemaProperties
Packages that use SchemaProperties
Package
Description
Package containing clients for Azure Schema Registry service.
Package containing the model classes for schema registry.
-
Uses of SchemaProperties in com.azure.data.schemaregistry
Methods in com.azure.data.schemaregistry that return SchemaPropertiesModifier and TypeMethodDescriptionSchemaRegistryClient.getSchemaProperties(String groupName, String name, String schemaDefinition, SchemaFormat format) Gets schema properties for a schema with matchinggroupName,name,schemaDefinition, andformat.SchemaRegistryClient.registerSchema(String groupName, String name, String schemaDefinition, SchemaFormat format) Registers a new schema in the specified schema group with the given schema name.Methods in com.azure.data.schemaregistry that return types with arguments of type SchemaPropertiesModifier and TypeMethodDescriptionSchemaRegistryAsyncClient.getSchemaProperties(String groupName, String name, String schemaDefinition, SchemaFormat format) Gets the schema identifier associated with the given schema.Mono<com.azure.core.http.rest.Response<SchemaProperties>>SchemaRegistryAsyncClient.getSchemaPropertiesWithResponse(String groupName, String name, String schemaDefinition, SchemaFormat format) Gets the schema identifier associated with the given schema.com.azure.core.http.rest.Response<SchemaProperties>SchemaRegistryClient.getSchemaPropertiesWithResponse(String groupName, String name, String schemaDefinition, SchemaFormat format, com.azure.core.util.Context context) Gets schema properties for a schema with matchinggroupName,name,schemaDefinition, andformatalong with its HTTP response.SchemaRegistryAsyncClient.registerSchema(String groupName, String name, String schemaDefinition, SchemaFormat format) Registers a new schema in the specified schema group with the given schema name.Mono<com.azure.core.http.rest.Response<SchemaProperties>>SchemaRegistryAsyncClient.registerSchemaWithResponse(String groupName, String name, String schemaDefinition, SchemaFormat format) Registers a new schema in the specified schema group with the given schema name.com.azure.core.http.rest.Response<SchemaProperties>SchemaRegistryClient.registerSchemaWithResponse(String groupName, String name, String schemaDefinition, SchemaFormat format, com.azure.core.util.Context context) Registers a new schema in the specified schema group with the given schema name. -
Uses of SchemaProperties in com.azure.data.schemaregistry.models
Methods in com.azure.data.schemaregistry.models that return SchemaPropertiesModifier and TypeMethodDescriptionSchemaRegistrySchema.getProperties()Gets properties related to the schema.Constructors in com.azure.data.schemaregistry.models with parameters of type SchemaPropertiesModifierConstructorDescriptionSchemaRegistrySchema(SchemaProperties properties, String definition) Creates a new instance.