Uses of Class
com.azure.data.schemaregistry.models.SchemaFormat
Packages that use SchemaFormat
Package
Description
Package containing clients for Azure Schema Registry service.
Package containing the model classes for schema registry.
-
Uses of SchemaFormat in com.azure.data.schemaregistry
Methods in com.azure.data.schemaregistry with parameters of type SchemaFormatModifier and TypeMethodDescriptionSchemaRegistryAsyncClient.getSchemaProperties(String groupName, String name, String schemaDefinition, SchemaFormat format) Gets the schema identifier associated with the given schema.SchemaRegistryClient.getSchemaProperties(String groupName, String name, String schemaDefinition, SchemaFormat format) Gets schema properties for a schema with matchinggroupName,name,schemaDefinition, andformat.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.SchemaRegistryClient.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 SchemaFormat in com.azure.data.schemaregistry.models
Fields in com.azure.data.schemaregistry.models declared as SchemaFormatModifier and TypeFieldDescriptionstatic final SchemaFormatSchemaFormat.AVROApache Avro formatstatic final SchemaFormatSchemaFormat.CUSTOMCustom schema format.static final SchemaFormatSchemaFormat.JSONJSON schema format.Methods in com.azure.data.schemaregistry.models that return SchemaFormatModifier and TypeMethodDescriptionstatic SchemaFormatSchemaFormat.fromString(String name) Returns theSchemaFormatassociated with the name.SchemaProperties.getFormat()The schema format of this schema.Constructors in com.azure.data.schemaregistry.models with parameters of type SchemaFormatModifierConstructorDescriptionSchemaProperties(String id, SchemaFormat format) Initializes a new instance.