ISummaryStats Interface
Contains the aggregation data from a Tree/Subtree.
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 | Alpha |
number | |
handleNodeCount | Alpha |
number | |
totalBlobSize | Alpha |
number | |
treeNodeCount | Alpha |
number | |
unreferencedBlobSize | Alpha |
number |
Property Details
blobNodeCount
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
blobNodeCount: number;
Type: number
handleNodeCount
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
handleNodeCount: number;
Type: number
totalBlobSize
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
totalBlobSize: number;
Type: number
treeNodeCount
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
treeNodeCount: number;
Type: number
unreferencedBlobSize
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
unreferencedBlobSize: number;
Type: number