BinaryLargeObject Class TIBCO Spotfire 5.5 API Reference
Represents a value of datatype Binary. The inner representation of the data is not accessible directly, instead a BinaryLargeObject is created from a byte stream and the data is retrieved through a byte stream.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data BinaryLargeObject

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class BinaryLargeObject : ISerializable, 
	IComparable<BinaryLargeObject>, IEquatable<BinaryLargeObject>, IDisposable, 
	IDataCacheValueType
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also