returns the status after the last read- or write-operation.
status - the current status
returns the status after the last read- or write-operation.
The status value returned may be any of the following:
Status.UNUSED no data was ever stored to the Blob field.
Status.AVAILABLE available data was previously stored to the Blob field.
Status.QUEUED an operation was triggered and is waiting for it's turn in the Blob queue.
Status.COMPLETED the last operation on this field was completed successfully.
Status.PROCESSING for internal use only.
Status.ERROR the last operation failed.
or a double between 0 and 1 that signifies the current completion percentage of the currently running operation.
the five STATUS constants defined in this interface or a double between 0 and 1 that signifies the completion of the currently running operation.
IBlob Interface | Db4objects.Db4o.Types Namespace | STATUS constants