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

getSchema

  • Gets an existing schema by ID.

    Parameters

    Returns Promise<Schema | undefined>

    Schema with given ID or undefined if no schema was found with the given ID.

getSchemaProperties

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<SchemaProperties>

    Registered schema's ID.

Generated using TypeDoc