Fdw.Data.RowSources.Abstractions 1.0.0-rc.6.1

This is a prerelease version of Fdw.Data.RowSources.Abstractions.
dotnet add package Fdw.Data.RowSources.Abstractions --version 1.0.0-rc.6.1
                    
NuGet\Install-Package Fdw.Data.RowSources.Abstractions -Version 1.0.0-rc.6.1
                    
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.Data.RowSources.Abstractions" Version="1.0.0-rc.6.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Data.RowSources.Abstractions" Version="1.0.0-rc.6.1" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Data.RowSources.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.Data.RowSources.Abstractions --version 1.0.0-rc.6.1
                    
#r "nuget: Fdw.Data.RowSources.Abstractions, 1.0.0-rc.6.1"
                    
#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.Data.RowSources.Abstractions@1.0.0-rc.6.1
                    
#: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.Data.RowSources.Abstractions&version=1.0.0-rc.6.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Data.RowSources.Abstractions&version=1.0.0-rc.6.1&prerelease
                    
Install as a Cake Tool

Fdw.Data.RowSources.Abstractions

The row-source contracts: IRecordSource, IRecordWriter and the projection surface between a record and a typed row.

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 (17)

Type Kind Purpose
IAsyncRowSourceReader interface Asynchronous row source reader for streaming scenarios. Use for network streams, large files, and…
IHttpRowSourceResultCode interface Interface for HTTP RowSource result codes.
IRecordCursor interface The positioned-reader primitive over a single source: a cursor that exposes the field values of the…
IRecordSource<T> interface The parent abstraction over any source that yields RECORDS (items): a JSON/XML document yields items, a…
IRecordSourceType interface TypeOption interface for record source types (DataReader, Xml, Json, Delimited, FixedWidth, Http). The…
IRecordWriter<T> interface The parent abstraction over any target that accepts RECORDS (items) and serializes them to a format: the…
IRecordWriterType interface TypeOption interface for record writer types (Json, Xml, Delimited, FixedWidth). The write-side mirror…
IRestPaginationStyle interface Interface for REST pagination styles.
IRowEnumerator interface Streaming enumerator that yields rows with per-row Result pattern support. Enables processing millions…
IRowMapper interface Source-agnostic row mapper that converts data to dictionaries. Works with any record cursor (DataReader,…
IRowMapperFactory interface Factory interface for creating row mappers.
IRowMapperFactory<in TConfiguration> interface Factory interface for creating row mappers with configuration.
IRowMapperProvider interface Provider for row mapper factories, enabling lookup by type name.
IRowMapperType interface TypeOption interface for row mapper types (Pooled, Dynamic).
IRowSource interface The specialization of that additionally exposes the positional cursor () driving its record enumeration…
IRowSourceReader interface Synchronous reader that extends the primitive with forward navigation. Use for data sources that support…

Base types (9)

Type Kind Purpose
HttpRowEnumeratorBase class Base class for HTTP-based row enumerators that stream paginated responses.
HttpRowSourceResultCodeBase class Base class for HTTP RowSource result codes.
HttpRowSourceResultCodes class TypeCollection for HTTP RowSource result codes. Codes use categorized numbers (Id == EventId == number,…
RecordSourceTypeBase class Base class for record source types using the CRTP pattern. The factory that builds a reader from a…
RecordWriterTypeBase class Base class for record writer types using the CRTP pattern. The write-side mirror of . (Renamed from…
RestPaginationStyleBase class Base class for REST pagination styles.
RestPaginationStyles class TypeCollection for REST pagination styles.
RowMapperTypeBase class Base class for row mapper types using CRTP pattern.
RowMappingContextBase class Base class for pre-computed mapping context that caches field ordinals and converters. Derived classes…

Models and supporting types (31)

Type Kind Purpose
CursorRecordSource class The shared record-source adapter that turns a low-level cursor into an of : it advances the cursor and…
DataReaderRowSource class Adapts IDataReader to the IRowSourceReader interface. Provides zero-allocation row access for ADO.NET…
DataRecord struct The default record type for the no-DTO case: a record whose "type" IS the configured field set. It pairs…
DelimitedRowSourceOptions class Options for delimited (variable-length) row reading. Every knob maps 1:1 to a…
DelimitedRowWriterOptions class Options for delimited (variable-length) row writing. The write-side mirror of . The column ordering…
GraphQlStreamingOptions class Options for GraphQL cursor-based pagination.
HttpRequestFailedCode class HTTP request failed with non-success status code.
HttpRowEnumeratorOptions class Options for HTTP row enumeration with pagination support.
JsonRowSourceOptions class Options for JSON row source processing.
JsonRowWriterOptions class Options for JSON row writing. The write-side mirror of ; every knob maps 1:1 to a / setting.
JsonStreamRowSource class Streaming JSON row source that reads array elements without loading entire document.
JsonStreamRowWriter class Writes flat name→value rows as a JSON array of objects using . The write-side mirror of .

Installation

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

Dependencies

Fdw.Abstractions · Fdw.Collections · Fdw.Data.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Results · Fdw.Results.Abstractions

Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.MessageLogging.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 (16)

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

Package Downloads
Fdw.Services.Connections.Abstractions

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Data.Abstractions

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Connections.Http.Abstractions

Development tools and utilities for the Fdw ecosystem.

Fdw.Data.RowSources

Development tools and utilities for the Fdw ecosystem.

Fdw.Services.Connections.MsSql

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.6.1 1,242 8/20/2026
1.0.0-rc.6 1,283 8/20/2026
1.0.0-rc.5 1,303 8/19/2026
1.0.0-rc.4 1,180 8/19/2026
1.0.0-rc.3 900 8/17/2026
1.0.0-rc.1 602 8/10/2026