Collectors: Collection helpers¶
This page mirrors the Collection helpers section from Collectors.
Create¶
Source file, signature, and docstring
Member
CollectorBuilder.Create(IFetcherConfig config)
Kind function
Declaring Type CollectorBuilder
Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs
Signature
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.
CreateConfiguration¶
Source file, signature, and docstring
Member
CollectorBuilder.CreateConfiguration(IFetcherConfig config)
Kind function
Declaring Type CollectorBuilder
Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs
Signature
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(Func<IFetcherConfig, IFetcherConfig> update)
Kind function
Declaring Type CollectorBuilder
Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs
Signature
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(IFetcherConfig config)
Kind function
Declaring Type CollectorBuilder
Source File QaaS.Runner.Sessions/Actions/Collectors/CollectorBuilder.cs
Signature
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
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
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.