<PackageReference Include="Azure.Storage.Blobs" Version="12.26.0-beta.1" />
Azure.Storage.Internal.Avro.StreamWithPosition
Wrapper for HttpContentStream that provides the current position.
namespace Azure.
Storage.
Internal.
Avro
{
internal class StreamWithPosition :
Stream
{
public StreamWithPosition(
Stream stream,
long position =
0);
}
}