Storages¶
TL;DR — This page lists the public Runner functions in the
Storagescategory.
When to use¶
Use this page when you need source-backed signatures, declaring types, and XML doc comments for this function category.
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.
Collection helpers¶
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.
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.