Click or drag to resize
ManagedDashboardObjectSizes Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Dictionary<string, long> ObjectSizes { get; set; }

Property Value

Type: DictionaryString, Int64
A dictionary of serialized objects contained in this object, along with their sizes (in bytes)

Return Value

Type: DictionaryString, Int64
A dictionary of serialized objects contained in this object, along with their sizes (in bytes)

Implements

ISerializable.ObjectSizes
Remarks
Dictionary will only be populated once object has been de-serialized
See Also