Class SchemaRegistrySchema

java.lang.Object
com.azure.data.schemaregistry.models.SchemaRegistrySchema

public final class SchemaRegistrySchema extends Object
Represents a schema in Schema Registry.
See Also:
  • Constructor Details

    • SchemaRegistrySchema

      public SchemaRegistrySchema(SchemaProperties properties, String definition)
      Creates a new instance.
      Parameters:
      properties - Schema's properties.
      definition - The contents of the schema.
  • Method Details

    • getProperties

      public SchemaProperties getProperties()
      Gets properties related to the schema.
      Returns:
      Properties of the schema.
    • getDefinition

      public String getDefinition()
      Gets the content of the schema.
      Returns:
      The content of the schema.