DocumentStatus
Where a file has reached.
enum DocumentStatus {
PENDING_UPLOAD
AVAILABLE
DELETED
}
Values
DocumentStatus.PENDING_UPLOAD
The record exists and the file has not been confirmed yet. Nothing can be read from it.
DocumentStatus.AVAILABLE
The file arrived, matched what was declared, and is held.
DocumentStatus.DELETED
The file was removed. The record stays so that anything referring to it still has something to point at.