ISummaryStats Interface
Contains the aggregation data from a Tree/Subtree. \
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/runtime-definitions/legacy.
For more information about our API support guarantees, see here.
Signature
export interface ISummaryStats
Properties
| Property | Alerts | Type | Description |
|---|---|---|---|
| blobNodeCount | Beta |
number | |
| handleNodeCount | Beta |
number | |
| totalBlobSize | Beta |
number | |
| treeNodeCount | Beta |
number | |
| unreferencedBlobSize | Beta |
number |
Property Details
blobNodeCount
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
blobNodeCount: number;
Type: number
handleNodeCount
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
handleNodeCount: number;
Type: number
totalBlobSize
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
totalBlobSize: number;
Type: number
treeNodeCount
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
treeNodeCount: number;
Type: number
unreferencedBlobSize
This API is provided for existing users, but is not recommended for new users.
For more information about our API support guarantees, see here.
Signature
unreferencedBlobSize: number;
Type: number