ISummaryStats Interface
Packages > @fluidframework/runtime-definitions > ISummaryStats
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 | Alpha |
number | |
handleNodeCount | Alpha |
number | |
totalBlobSize | Alpha |
number | |
treeNodeCount | Alpha |
number | |
unreferencedBlobSize | Alpha |
number |
Property Details
blobNodeCount
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
blobNodeCount: number;
Type: number
handleNodeCount
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
handleNodeCount: number;
Type: number
totalBlobSize
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
totalBlobSize: number;
Type: number
treeNodeCount
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
treeNodeCount: number;
Type: number
unreferencedBlobSize
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/runtime-definitions/alpha
.
For more information about our API support guarantees, see here .
Signature
unreferencedBlobSize: number;
Type: number