Discuss this help topic in SecureBlackbox Forum
Reads data object from the storage.
Declaration
Parameters
- Condition - condition under which the object will be read.
- ContainerName - name of the container with 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.
- SeqNum - object's sequence number.
- SharedAccessSignature - contains the Shared Access Signature (SAS).
- Strm - the stream to which the object will be read.
Values
Description
Use this method to read data from the storage.
Discuss this help topic in SecureBlackbox Forum