PageableListSettings Class TIBCO Spotfire 7.6 API Reference
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.CollectionsPageableListSettings

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

C#
public sealed class PageableListSettings

The PageableListSettings type exposes the following members.

Constructors

  NameDescription
Public methodPageableListSettings
Constructs a PageableListSettings object with the default settings. The defalut value for CanReplaceValue is false which means that memory compression is enabled during creation of the list to reduce memory footprint.
Top
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCanReplaceValue
Gets or sets a value indicating if the list shall allow random writing of values or not. If true random writing is allowed but this will be less memory efficient. If false random writing is not allowed and this will enable automatic compression of the underlying data storage.
Top
Version Information

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

Reference