Open this page in the API Guide

BlobInfo Class

Contains information about a BLOB stored by the application.
Inheritance Hierarchy
System.Object
  Dundas.BI.BlobInfo

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
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