Storages: Storages¶
This page mirrors the Storages section from Storages.
WithJsonStorageFormat¶
Source file, signature, and docstring
Member
StorageBuilder.WithJsonStorageFormat(Formatting format)
Kind function
Declaring Type StorageBuilder
Source File QaaS.Runner.Storage/StorageBuilder.cs
Signature
Docstring
Sets the JSON formatting used by runtime storages.
Use this method when working with the documented Runner storage builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.