Storages: Collection helpers¶
This page mirrors the Collection helpers section from Storages.
UpdateConfiguration¶
Source file, signature, and docstring
Member
StorageBuilder.UpdateConfiguration(Func<IStorageConfig, IStorageConfig> update)
Kind function
Declaring Type StorageBuilder
Source File QaaS.Runner.Storage/StorageBuilder.cs
Signature
Docstring
Sets the configuration currently stored on the Runner storage builder instance.
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.
UpdateConfiguration¶
Source file, signature, and docstring
Member
StorageBuilder.UpdateConfiguration(IStorageConfig storageConfig)
Kind function
Declaring Type StorageBuilder
Source File QaaS.Runner.Storage/StorageBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Runner storage builder instance.
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.
UpdateConfiguration¶
Source file, signature, and docstring
Member
StorageBuilder.UpdateConfiguration(object configuration)
Kind function
Declaring Type StorageBuilder
Source File QaaS.Runner.Storage/StorageBuilder.cs
Signature
Docstring
Updates the configuration currently stored on the Runner storage builder instance.
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.
DeleteConfiguration¶
Source file, signature, and docstring
Member
StorageBuilder.DeleteConfiguration()
Kind function
Declaring Type StorageBuilder
Source File QaaS.Runner.Storage/StorageBuilder.cs
Signature
Docstring
Clears the configuration currently stored on the Runner storage builder instance.
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.