getData

actual suspend fun getData(maxDownloadSizeBytes: Long): Data(source)
actual suspend fun getData(maxDownloadSizeBytes: Long): Data(source)
expect suspend fun getData(maxDownloadSizeBytes: Long): Data(source)

Downloads the object at this StorageReference into memory.

Return

The downloaded data.

Parameters

maxDownloadSizeBytes

The maximum number of bytes to download.

actual suspend fun getData(maxDownloadSizeBytes: Long): Data(source)
actual suspend fun getData(maxDownloadSizeBytes: Long): Data(source)