BinaryLargeObject Class TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

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

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also