IGarbageCollectionDetailsBase Interface
GC details provided to each node during creation.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface IGarbageCollectionDetailsBase
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
gcData | Alpha |
optional |
IGarbageCollectionData | The GC data of this node. |
usedRoutes | Alpha |
optional |
string[] | A list of routes to Fluid objects that are used in this node. |
Property Details
gcData
The GC data of this node.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
gcData?: IGarbageCollectionData;
Type: IGarbageCollectionData
usedRoutes
A list of routes to Fluid objects that are used in this node.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
usedRoutes?: string[];
Type: string[]