Skip to content

Collectors: Collection helpers

This page mirrors the Collection helpers section from Collectors.

UpdateConfiguration

Source file, signature, and docstring

Member CollectorBuilder.UpdateConfiguration(Func<IFetcherConfig, IFetcherConfig> update)

Kind function

Declaring Type CollectorBuilder

Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs

Signature

public CollectorBuilder UpdateConfiguration(Func<IFetcherConfig, IFetcherConfig> update)

Docstring

Sets the configuration currently stored on the Runner collector builder instance.

Use this method when working with the documented Runner collector 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 CollectorBuilder.UpdateConfiguration(IFetcherConfig config)

Kind function

Declaring Type CollectorBuilder

Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs

Signature

public CollectorBuilder UpdateConfiguration(IFetcherConfig config)

Docstring

Updates the configuration currently stored on the Runner collector builder instance.

Use this method when working with the documented Runner collector 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 CollectorBuilder.UpdateConfiguration(object configuration)

Kind function

Declaring Type CollectorBuilder

Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs

Signature

public CollectorBuilder UpdateConfiguration(object configuration)

Docstring

Updates the configuration currently stored on the Runner collector builder instance.

Use this method when working with the documented Runner collector 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 CollectorBuilder.DeleteConfiguration()

Kind function

Declaring Type CollectorBuilder

Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs

Signature

public CollectorBuilder DeleteConfiguration()

Docstring

Clears the configuration currently stored on the Runner collector builder instance.

Use this method when working with the documented Runner collector builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.