Data Sources: Configuration¶
This page mirrors the Configuration section from Data Sources.
WithSerializer¶
Source file, signature, and docstring
Member
DataSourceBuilder.WithSerializer(SerializeConfig serializeConfig)
Kind function
Declaring Type DataSourceBuilder
Source File QaaS.Framework.SDK/DataSourceObjects/DataSourceBuilder.cs
Signature
Docstring
Sets the serializer configuration used by the current Framework data source builder instance.
Use this method when working with the documented Framework data source builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.
WithDeserializer¶
Source file, signature, and docstring
Member
DataSourceBuilder.WithDeserializer(DeserializeConfig deserializeConfig)
Kind function
Declaring Type DataSourceBuilder
Source File QaaS.Framework.SDK/DataSourceObjects/DataSourceBuilder.cs
Signature
Docstring
Sets the deserializer configuration used by the current Framework data source builder instance.
Use this method when working with the documented Framework data source builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.