class documentation
class MediaUploadProgress(object):
Constructor: MediaUploadProgress(resumable_progress, total_size)
Status of a resumable upload.
| Method | __init__ |
Constructor. |
| Method | progress |
Percent of upload completed, as a float. |
| Instance Variable | resumable |
Undocumented |
| Instance Variable | total |
Undocumented |
Constructor.
| Parameters | |
| resumable | int, bytes sent so far. |
| total | int, total bytes in complete upload, or None if the total upload size isn't known ahead of time. |