Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaRegistry

Package version

Represents a store of registered schemas.

Implemented by SchemaRegistryClient to store the schemas using the Azure Schema Registry service.

Hierarchy

  • SchemaRegistry

Implemented by

Index

Methods

getSchemaById

getSchemaId

registerSchema

  • Registers a new schema and returns its ID.

    If schema of specified name does not exist in the specified group, a schema is created at version 1. If schema of specified name exists already in specified group, schema is created at latest version + 1.

    Parameters

    Returns Promise<SchemaId>

    Registered schema's ID.

Generated using TypeDoc