Fdw.Services.Data.Abstractions 1.0.0-rc.9

This is a prerelease version of Fdw.Services.Data.Abstractions.
dotnet add package Fdw.Services.Data.Abstractions --version 1.0.0-rc.9
                    
NuGet\Install-Package Fdw.Services.Data.Abstractions -Version 1.0.0-rc.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fdw.Services.Data.Abstractions" Version="1.0.0-rc.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Services.Data.Abstractions" Version="1.0.0-rc.9" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Services.Data.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fdw.Services.Data.Abstractions --version 1.0.0-rc.9
                    
#r "nuget: Fdw.Services.Data.Abstractions, 1.0.0-rc.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fdw.Services.Data.Abstractions@1.0.0-rc.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fdw.Services.Data.Abstractions&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Services.Data.Abstractions&version=1.0.0-rc.9&prerelease
                    
Install as a Cake Tool

Fdw.Services.Data.Abstractions

The data contracts: IDataGateway, IConfigurationGateway, DataStoreTarget, IDataStoreType and the node interfaces a store tree is built from.

Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.

Interfaces (23)

Type Kind Purpose
ICacheInvalidator interface Invalidates cached DataGateway command results by tag. Writers call this after persisting changes to…
ICalculationPipeline interface Fluent builder for computed columns that executes a chain of calculations against tabular data.
IConfigurationContainerLookup interface Resolves nodes from the IDataStore tree by configuration type name or by section path (category). Used…
IConfigurationGateway interface Gateway variant that targets configuration data. Provides a property that exposes the IDataStore tree…
IDataGateway interface Service that routes data commands to the appropriate connection. Addressing (DataStore, Path, Container)…
IDataGatewayTransaction interface A transaction scope opened by .
IDataSetProvider interface Provides live runtime instances resolved by name or ID.
IDataSetSchemaService interface Service for managing DataSet field schemas.
IDataStoreBuilder interface Per-transport builder that assembles one tree (the uniform model: store → paths → containers → fields,…
IDataStoreConfiguration interface Marker interface for typed data store body configurations (MsSqlDataStoreConfiguration,…
IDataStoreProvider interface Resolves DataStores as the uniform tree. returns a fully-built, navigable (Paths → Containers, assembled…
IDataStoreType interface Interface for data store type definitions. DataStore types define how to configure, create, and register…
IDataStoreType<TConfiguration> interface Generic interface for data store types with typed configuration.
IDiscoveredContainer interface Connection-type-agnostic shape of a container as returned by an . Translates to a IGenericConfiguration…
IDiscoveredField interface A field/column on an .
ISchemaDiscoverer interface Connection-type-agnostic schema discovery — given a connected , list the tables/views (and optionally…

Base types (7)

Type Kind Purpose
DataGatewayMessage class Base class for DataGateway-related messages.
DataGatewayMessageCollectionBase class Collection base for data gateway messages. Generates static factory methods in DataGatewayMessages class.
DataStoreTypeBase<TConfiguration> class Base class for data store type definitions. Provides configuration binding, builder supply, and provider…
DataStoreTypes class Registry of data store types. Pure type collection with no DI orchestration. DI registration is handled…
SchemaDiscoveryTypeBase class Abstract base class for schema discovery type definitions. Uses CRTP pattern consistent with other…
SchemaDiscoveryTypes class Registry of schema discovery types. Each type represents a store-specific schema discoverer (MsSql,…
VisualizationTypeBase class Base class for visualization type TypeOptions using CRTP pattern.

Models and supporting types (31)

Type Kind Purpose
BarChartVisualizationType class Bar chart visualization type - displays data as vertical or horizontal bars.
ColumnCalculation class Defines a calculation to apply to a column in the pipeline.
ColumnStatSet class Statistical summary for a single column.
ConnectionNotFoundMessage class Message indicating that a requested connection was not found.
ConnectionRetrievalFailedMessage class Message indicating that connection retrieval failed.
ContainerNotFoundMessage class Message indicating that a requested container was not found in configuration.
DataGatewayCallExtensions class Extension methods that route a to or , keeping call sites concise.
DataRegistrationOptions class Concrete implementation of registration options for data services.
DataSetFieldDefinition record Describes a single field (column) within a DataSet schema.
DataSetTarget record Identifies a DataSet by name. Used with the target-typed overloads of to route a command through the…
DataStoreDiscoveryOptions class Options for DataStore schema discovery.
DataStoreRequest record Typed lookup request for a data store — identifies the store being requested by logical Id and/or Name.…

Installation

dotnet add package Fdw.Services.Data.Abstractions --prerelease

Dependencies

Fdw.Collections · Fdw.Data.Abstractions · Fdw.Data.DataContainers.Abstractions · Fdw.Data.DataSets.Abstractions · Fdw.Data.RowSources.Abstractions · Fdw.Messages · Fdw.Results · Fdw.Services.Abstractions · Fdw.Services.Connections.Abstractions · Fdw.Services.SecretManagers.Abstractions · Fdw.Types.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (71)

Showing the top 5 NuGet packages that depend on Fdw.Services.Data.Abstractions:

Package Downloads
Fdw.Commands.Data.Extensions

Development tools and utilities for the Fdw ecosystem.

Fdw.Configuration

Development tools and utilities for the Fdw ecosystem.

Fdw.Services

Development tools and utilities for the Fdw ecosystem.

Fdw.Calculations.Abstractions

Development tools and utilities for the Fdw ecosystem.

Fdw.Data.Configuration

Development tools and utilities for the Fdw ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc.9 9 8/25/2026
1.0.0-rc.8 79 8/25/2026
1.0.0-rc.6.1 1,054 8/20/2026
1.0.0-rc.6 1,060 8/20/2026
1.0.0-rc.5 1,121 8/19/2026
1.0.0-rc.4 974 8/19/2026
1.0.0-rc.3 755 8/17/2026
1.0.0-rc.1 473 8/10/2026