FileStorageSummary Class Members
In This Topic
The following tables list the members exposed by FileStorageSummary.
Public Constructors
Public Fields
| Name | Description |
| FragmentList | List of records providing storage summary info about each fragment associated with this session. |
| PacketList | List of records providing storage summary info about each packet type in the session fragments Note that PacketSize is calculated by scaling the uncompressed packet sizes to their portion of TotalRawFileSize |
Top
Public Properties
| Name | Description |
| TotalPacketSize | Returns the total number of bytes for all uncompressed packets |
| TotalRawFileSize | Returns the total number of bytes for all fragments |
Top
Public Methods
| Name | Description |
| Merge | Merge data from one session fragment |
| Summarize | Summarize the data about fragments and packet types |
Top
See Also