BlobInfo Class

Contains information about a BLOB stored by the application.
Inheritance Hierarchy
SystemObject
  Dundas.BIBlobInfo

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class BlobInfo

The BlobInfo type exposes the following members.

Properties
  NameDescription
Public propertyExpirationTime
Gets the expiration time of the BLOB.
Public propertyFileExtension
Gets the original file extension of the BLOB source file.
Public propertyId
Gets the BLOB ID.
Public propertyMetadata
Gets metadata associated with the BLOB.
Public propertyModifiedTime
Gets the BLOB modified time.
Public propertySize
Gets the BLOB size in bytes.
Top
See Also