microsoft-performance-toolkit-sdk icon indicating copy to clipboard operation
microsoft-performance-toolkit-sdk copied to clipboard

Add extensibility for IColumnParameter to custom data sources and data extensions

Open trgibeau opened this issue 3 years ago • 1 comments

Column parameters offer ways to customize a column. Some of these are hard-coded into WPA at the moment. For example, the DataTableGenerator.GetDefaultPresetParameterForType() will generate default column parameters for Timestamp and TimestampDelta.

It makes sense for a developer to want to specify a default IColumnParameter as part of a column configuration, and to create their own IColumnParameter classes.

Note, we need to update WPA to support the feature

trgibeau avatar Jul 23 '21 23:07 trgibeau

Not needed for v1.0, but consider for v1.1

trgibeau avatar Jul 29 '21 21:07 trgibeau