Fdw.Data.RowSources.Abstractions
1.0.0-rc.6.1
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
<PackageReference Include="Fdw.Data.RowSources.Abstractions" Version="1.0.0-rc.6.1" />
<PackageVersion Include="Fdw.Data.RowSources.Abstractions" Version="1.0.0-rc.6.1" />
<PackageReference Include="Fdw.Data.RowSources.Abstractions" />
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"
#:package Fdw.Data.RowSources.Abstractions@1.0.0-rc.6.1
#addin nuget:?package=Fdw.Data.RowSources.Abstractions&version=1.0.0-rc.6.1&prerelease
#tool nuget:?package=Fdw.Data.RowSources.Abstractions&version=1.0.0-rc.6.1&prerelease
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 | 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.Abstractions (>= 1.0.0-rc.6.1)
- Fdw.Collections (>= 1.0.0-rc.6.1)
- Fdw.Data.Abstractions (>= 1.0.0-rc.6.1)
- Fdw.MessageLogging.Abstractions (>= 1.0.0-rc.6.1)
- Fdw.Results (>= 1.0.0-rc.6.1)
- Fdw.Results.Abstractions (>= 1.0.0-rc.6.1)
- FluentValidation (>= 11.12.0)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 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)
- 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 (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 |