KvpbaseSDK 3.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package KvpbaseSDK --version 3.1.3
NuGet\Install-Package KvpbaseSDK -Version 3.1.3
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="KvpbaseSDK" Version="3.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KvpbaseSDK --version 3.1.3
#r "nuget: KvpbaseSDK, 3.1.3"
#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 KvpbaseSDK as a Cake Addin
#addin nuget:?package=KvpbaseSDK&version=3.1.3

// Install KvpbaseSDK as a Cake Tool
#tool nuget:?package=KvpbaseSDK&version=3.1.3

C# SDK for Kvpbase object storage platform

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on KvpbaseSDK:

Package Downloads
LiteX.Storage.Kvpbase

DEPRECATED (drops support for this package) This client library enables working with the Kvpbase Blob service for storing binary/blob/object data. A very simple Wrapper for the Kvpbase to handle bucket instantiations. A library to abstract storing files to Kvpbase. Wrapper library is just written for the purpose to bring a new level of ease to the developers who deal with Kvpbase integration with your system. (Signed URL and Update Properties and many other methods are not implemented) LiteXStorage is simple yet powerful and very high-performance storage mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of cloud storage which can help us to handle storage more easier! Provide Storage service for any type of application (.NET 5, .NET Core, .NET Standard). Very simple yet advanced configuration. Minimal (one line) code configuration is required. It provides possibility to upload files, upload the content of a folder inclusively subfolders, enumerate buckets/container, enumerate the content of a specific 'subfolder', delete buckets/container and delete files from specific subfolders.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.3.2 16,172 9/16/2022
4.1.3.1 1,852 9/4/2022
4.1.3 379 9/4/2022
4.1.2.2 21,680 11/12/2021
4.1.2.1 20,162 11/16/2020
4.1.2 3,399 11/15/2020
4.1.1 12,516 9/10/2020
4.1.0 56,881 3/23/2020
4.0.3 42,972 9/19/2019
4.0.2 28,548 9/19/2019
4.0.1 569 9/19/2019
3.3.2.6 1,849 8/17/2019
3.1.8 2,932 7/5/2019
3.1.7 670 6/5/2019
3.1.5 5,933 3/11/2019
3.1.4 687 2/27/2019
3.1.3 676 2/27/2019
3.1.2 671 2/26/2019
3.1.1 799 1/19/2019
3.0.1 1,242 7/8/2018
2.1.0 1,019 6/19/2018
2.0.2 3,253 5/18/2017
2.0.1 6,577 10/5/2016

Added support for KvpbaseStream (opening streams over stored objects) along with Stream and File methods (upload and download)