Discuss this help topic in SecureBlackbox Forum
Reads block of data from the storage.
Declaration
Parameters
- Condition - condition under which the object will be read.
- DateTime - object's modification date and time.
- ETag - object's entity tag.
- Metadata - contains object's metadata.
- Name - specifies object's name.
- ObjContentEncoding - specifies content encoding of the object that has been read.
- ObjContentLanguage - specifies content language of the object that has been read.
- ObjContentMD5 - MD5 hash of the object's content.
- ObjContentType - specifies content type of the object that has been read.
- ObjETag - contains entity tag of the object that has been read.
- Offset - offset of the data block.
- Read - number of bytes that were actually read.
- SeqNum - object's sequence number.
- SharedAccessSignature - contains the Shared Access Signature (SAS).
- Size - size the data block.
- Strm - stream to which the object will be read.
Values
Description
Use this method to read data block from the storage.
Discuss this help topic in SecureBlackbox Forum