Ucommerce.DataImport.Core 10.4.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Ucommerce.DataImport.Core --version 10.4.0
NuGet\Install-Package Ucommerce.DataImport.Core -Version 10.4.0
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="Ucommerce.DataImport.Core" Version="10.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ucommerce.DataImport.Core --version 10.4.0
#r "nuget: Ucommerce.DataImport.Core, 10.4.0"
#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.
// Install Ucommerce.DataImport.Core as a Cake Addin
#addin nuget:?package=Ucommerce.DataImport.Core&version=10.4.0

// Install Ucommerce.DataImport.Core as a Cake Tool
#tool nuget:?package=Ucommerce.DataImport.Core&version=10.4.0

About

Contains the Ucommerce data import tool and abstractions used for integrating with an external source of truth.

Key Features

  • Method for kicking off the data import from wherever you want.
  • Interfaces defining what Ucommerce need for fetcher implementations.

How To

In order to add the functionality to your application, add the following to your startup: builder.Services.AddUcommerceDataImporter(builder.Configuration). You can optionally add a DataImporterSettings object to the call, otherwise settings will be taken from the configuration section Ucommerce:DataImport. The available settings are ConnectionString (required) and BatchSize (optional - default is 1000).

To kick off the data import, you can inject DataImporter and call Run.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.4.0 74 6/18/2024
10.3.0 68 6/7/2024