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.
- ContainerName - name of the container with the object.
- DateTime - object's modification date and time.
- ETag - object's entity tag.
- Headers -
- Metadata - contains object's metadata.
- Name - specifies object's name.
- Obj - data object to be read.
- ObjContentEncoding - contains content encoding of the object that has been read.
- ObjContentLanguage - contains content language of the object that has been read.
- ObjContentMD5 - MD5 hash of the content of the object that has been read.
- ObjContentType - contains 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 - the 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