relativeRef property

String relativeRef
final

Relative reference to this StorageFile on a file storage.

Prepend it with a file storage URL to obtain the full link to this StorageFile.

If 404 HTTP status code is returned while trying to download this StorageFile from a file storage, then the StorageFile is not ready yet. Back off, and retry again later.

403 HTTP status code, on the other hand, means that the link has been expired and this relative reference should be re-fetched to rebuild the link.

Implementation

final String relativeRef;