Skip to content

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

public StorageBuilder UpdateConfiguration(Func<IStorageConfig, IStorageConfig> update)

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

public StorageBuilder UpdateConfiguration(IStorageConfig storageConfig)

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

public StorageBuilder UpdateConfiguration(object configuration)

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

public StorageBuilder DeleteConfiguration()

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.