Skip to content

Storages

Each entry uses the short function name as the table-of-contents label. Expand an entry to inspect its source file, signature, and XML doc comments.

The functions on this page are grouped by responsibility so related operations stay together.

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

public StorageBuilder WithJsonStorageFormat(Formatting format)

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.

Collection helpers

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.

General

Configure

Source file, signature, and docstring

Member StorageBuilder.Configure(IStorageConfig storageConfig)

Kind function

Declaring Type StorageBuilder

Source File QaaS.Runner.Storage/StorageBuilder.cs

Signature

public StorageBuilder Configure(IStorageConfig storageConfig)

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.