Fdw.Services.Data.Abstractions
1.0.0-rc.9
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
<PackageReference Include="Fdw.Services.Data.Abstractions" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Services.Data.Abstractions" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Services.Data.Abstractions" />
paket add Fdw.Services.Data.Abstractions --version 1.0.0-rc.9
#r "nuget: Fdw.Services.Data.Abstractions, 1.0.0-rc.9"
#:package Fdw.Services.Data.Abstractions@1.0.0-rc.9
#addin nuget:?package=Fdw.Services.Data.Abstractions&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Services.Data.Abstractions&version=1.0.0-rc.9&prerelease
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 | Versions 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. |
-
.NETStandard 2.0
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Data.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.DataContainers.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.DataSets.Abstractions (>= 1.0.0-rc.9)
- Fdw.Data.RowSources.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Services.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Connections.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.SecretManagers.Abstractions (>= 1.0.0-rc.9)
- Fdw.Types.Abstractions (>= 1.0.0-rc.9)
- FluentValidation (>= 11.12.0)
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 10.0.10)
- Microsoft.AspNetCore.Http (>= 2.3.10)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.10)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Identity.Core (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Polly.Core (>= 8.6.6)
- System.Collections.Immutable (>= 10.0.10)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 10.0.10)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Text.Json (>= 10.0.10)
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 |