Sessions: General¶
This page mirrors the General section from Sessions.
DiscardData¶
Source file, signature, and docstring
Member
SessionBuilder.DiscardData()
Kind function
Declaring Type SessionBuilder
Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs
Signature
Docstring
Disables data persistence for the configured session.
Use this method when working with the documented Runner session builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.