ISummarizerNodeConfigWithGC Interface
Packages > @fluidframework/runtime-definitions > ISummarizerNodeConfigWithGC
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 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
readonly gcDisabled?: boolean;
Type: boolean