Interface MediaOperationProgress

Interface for the upload or download progress of a file or image.

Hierarchy

  • MediaOperationProgress

Properties

Properties

currentSize: number

Size of the downloaded or uploaded part of a file or image in bytes.

totalSize: number

Size of the whole file or image in bytes.

Generated using TypeDoc