get_id


Description:

public OId? get_id () throws Error

Get the id of the written blob.

The blob id is only available after the stream has been properly closed. If an error occurred while writing the blob, the null is returned and throws is set accordingly.

Parameters:

this

a BlobOutputStream.

Returns:

a OId or null.