Click or drag to resize
Collection Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The Collection type exposes the following members.

Properties
  Name Description
Public property Count
Returns an Integer containing the number of elements in a collection.
Public property ItemInt32
Returns a specific element of a Collection object either by position or by key. Read-only.
Public property ItemObject
Returns a specific element of a Collection object either by position or by key.
Public property ItemString
Returns a specific element of a Collection object either by position or by key. Read-only.
Public property Keys
Gets a list of strings that represents the keys for this collection
Public property Objects
Gets a list of objects that represents the objects for this collection
Public property ObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Top
Explicit Interface Implementations
See Also