ISummaryStats Interface
Contains the aggregation data from a Tree/Subtree.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface ISummaryStats
Properties
Property | Alerts | Type | Description |
---|---|---|---|
blobNodeCount | Alpha |
number | |
handleNodeCount | Alpha |
number | |
totalBlobSize | Alpha |
number | |
treeNodeCount | Alpha |
number | |
unreferencedBlobSize | Alpha |
number |
Property Details
blobNodeCount
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
blobNodeCount: number;
Type: number
handleNodeCount
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
handleNodeCount: number;
Type: number
totalBlobSize
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
totalBlobSize: number;
Type: number
treeNodeCount
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
treeNodeCount: number;
Type: number
unreferencedBlobSize
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
unreferencedBlobSize: number;
Type: number