Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/schema-registry-avro

Package version

Index

Variables

Const FORMAT_INDICATOR

FORMAT_INDICATOR: 0 = 0

Const PAYLOAD_OFFSET

PAYLOAD_OFFSET: 36 = 36

Const SCHEMA_ID_LENGTH

SCHEMA_ID_LENGTH: 32 = 32

Const SCHEMA_ID_OFFSET

SCHEMA_ID_OFFSET: 4 = 4

Functions

blobToArrayBuffer

  • blobToArrayBuffer(blob: Blob): Promise<ArrayBuffer>

toUint8Array

  • toUint8Array(input: Uint8Array | Buffer | Blob): Promise<Uint8Array>
  • Parameters

    • input: Uint8Array | Buffer | Blob

      Input to deserialize.

    Returns Promise<Uint8Array>

    Promise which completes with the input data as a Uint8Array.

Generated using TypeDoc