Extract metadata using a subset of a file #607
-
Hi, I'm trying to extract metadata from files stored on azure. It turns out that streams from azure blobs do not support the Seek operation which is used a lot in this library. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Can you use the built-in |
Beta Was this translation helpful? Give feedback.
In the .NET library you are probably looking for
IndexedCapturingReader
.