Blob functions

The functions that manipulate BLOBs are listed in the following table.

Function

Purpose

TM1BlobClose

Closes a BLOB.

See TM1BlobClose.

TM1BlobOpen

Opens a BLOB for read or write

See TM1BlobOpen.

TM1BlobCreate

Creates a new BLOB, and returns a handle to it.

See TM1BlobCreate.

TM1BlobGet

Reads data from a BLOB.

See TM1BlobGet.

TM1BlobPut

Writes data to a BLOB.

See TM1BlobPut.