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

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.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