fromBinary MethodStatic @beta
Parse a binary blob into a SchemaView. Synchronous.
fromBinary(blob: Uint8Array, schemaToken?: string): SchemaView
| Parameter | Type | Description |
|---|---|---|
| blob | Uint8Array | The binary blob from PRAGMA schema_view. |
| schemaToken | string | Optional SHA3-256 content hash for cache invalidation. |
Returns - SchemaView
Defined in
- ecschema-metadata/src/SchemaView.ts Line 170
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.