Seek
Seek is only supported for blobs that were created as a stream blob.Seek is not fully supported for blobs longer than 2 GiB (4 GiB?).
Client
Int32
—p_operation
-
Operation code (
op_seek_blob
—61
) Int32
—p_seek_blob
-
Blob handle
Int32
—p_seek_mode
-
Seek mode
blb_seek_from_head
—0
absolute seek from start of blob
blb_seek_relative
—1
relative seek from current position
blb_seek_from_tail
—2
absolute seek from end of blob
Int32
—p_seek_offset
-
Offset
Server
[wireprotocol-responses-generic] — on success, p_resp_object
is the current position.