storage icon indicating copy to clipboard operation
storage copied to clipboard

Seekable Azure Blob Stream

Open aloneguid opened this issue 6 years ago • 3 comments

Provide a leaky abstraction (via IAzureBlobStorageNativeOperations) to open azure block blob as a seekable stream.

The seekable stream will allow to navigate to any part of a massive blob without downloading it locally.

aloneguid avatar Jan 30 '19 22:01 aloneguid

hey,

is there any update regarding this?

i am trying to write a parquet file to azure blob stream, and this "seekable" is blocking me, I tried many different ways though none of them worked.

HassanBadir avatar Sep 05 '20 07:09 HassanBadir

@HassanBadir write to local disk first, then upload from disk to azure blob. As explained before the issue is azure blob SDK, not parquet library.

aloneguid avatar Sep 14 '20 18:09 aloneguid

Thank you, yea I figured it out eventually .. although it would be awesome to have this feature.

HassanBadir avatar Sep 14 '20 18:09 HassanBadir