Skip to content

Probes: Data source selection

TL;DR — This page mirrors the Data source selection section from Probes as a focused reference.

When to use

Use this page when you need the focused member list, signatures, and source notes for this section without scanning the full parent reference.

C# (CAC) usage

AddDataSourceName

Source file, signature, and docstring

Member ProbeBuilder.AddDataSourceName(string dataSourceName)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder AddDataSourceName(string dataSourceName)

Docstring

Adds the supplied data source name to the current Runner probe builder instance.

RemoveDataSourceName

Source file, signature, and docstring

Member ProbeBuilder.RemoveDataSourceName(string dataSourceName)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder RemoveDataSourceName(string dataSourceName)

Docstring

Removes the configured data source name from the current Runner probe builder instance.

RemoveDataSourceNameAt

Source file, signature, and docstring

Member ProbeBuilder.RemoveDataSourceNameAt(int index)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder RemoveDataSourceNameAt(int index)

Docstring

Removes the configured data source name at the specified index from the current Runner probe builder instance.

AddDataSourcePattern

Source file, signature, and docstring

Member ProbeBuilder.AddDataSourcePattern(string dataSourcePattern)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder AddDataSourcePattern(string dataSourcePattern)

Docstring

Adds the supplied data source pattern to the current Runner probe builder instance.

RemoveDataSourcePattern

Source file, signature, and docstring

Member ProbeBuilder.RemoveDataSourcePattern(string dataSourcePattern)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder RemoveDataSourcePattern(string dataSourcePattern)

Docstring

Removes the configured data source pattern from the current Runner probe builder instance.

RemoveDataSourcePatternAt

Source file, signature, and docstring

Member ProbeBuilder.RemoveDataSourcePatternAt(int index)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder RemoveDataSourcePatternAt(int index)

Docstring

Removes the configured data source pattern at the specified index from the current Runner probe builder instance.

Edge cases

  • This page is generated from the parent reference section; edit the source XML docs or generator when content needs to change.
  • If a linked source member is renamed, regenerate the reference docs before changing prose by hand.

See also