ISummarizerNodeConfigWithGC Interface
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 ISummarizerNodeConfigWithGC extends ISummarizerNodeConfig
Extends: ISummarizerNodeConfig
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
gcDisabled | Alpha |
optional , readonly |
boolean | True if GC is disabled. If so, don't track GC related state for a summary. This is propagated to all child nodes. |
Property Details
gcDisabled
True if GC is disabled. If so, don't track GC related state for a summary. This is propagated to all child nodes.
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
readonly gcDisabled?: boolean;
Type: boolean