Click or drag to resize

IBlob Properties

The IBlob type exposes the following members.

Properties
  NameDescription
Public propertyActionQueue
Gets the queue that is used for scheduling operations on the object. If operations are performed outside of this queue for properties marked with FromQueueOnly a ThreadSafetyViolationException will be thrown.
(Inherited from IThreadSafe.)
Public propertyContent
Gets the content as an in memory array
Public propertyContentStream
Gets the content as a stream from the soruce
Public propertyContentType
Gets the content type of the object (e.g. application/x-octet)
Public propertyDigest
Gets the digest of the object
Public propertyLength
Gets the length of the data contained in the object
Public propertyProperties
Gets the metadata about the object
Top
See Also