Discuss this help topic in SecureBlackbox Forum
Reads block of data from the object in the storage.
Declaration
Parameters
- Strm - stream where the data will be read to
- Offset - offset of the data block
- Size - size the data block
- Read - number of bytes that were actually read
- Condition - condition under which the object will be retrieved
- DateTime - object's modification date and time
- ETag - object's entity tag
- Metadata - contains metadata of the object
- ObjContentType - contains content type of the object that has been read
- ObjContentDisposition - contains content disposition of the object that has been read
- ObjETag - contains entity tag of the object that has been read
- ObjContentEncoding - ...
Values
Description
Use this method to read a block of data from the object in the storage.
Discuss this help topic in SecureBlackbox Forum