KvpbaseSDK 3.1.4
See the version list below for details.
dotnet add package KvpbaseSDK --version 3.1.4
NuGet\Install-Package KvpbaseSDK -Version 3.1.4
<PackageReference Include="KvpbaseSDK" Version="3.1.4" />
paket add KvpbaseSDK --version 3.1.4
#r "nuget: KvpbaseSDK, 3.1.4"
// Install KvpbaseSDK as a Cake Addin #addin nuget:?package=KvpbaseSDK&version=3.1.4 // Install KvpbaseSDK as a Cake Tool #tool nuget:?package=KvpbaseSDK&version=3.1.4
C# SDK for Kvpbase object storage platform
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 11.0.0)
- RestWrapper (>= 1.0.8)
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 | 20,347 | 9/16/2022 |
4.1.3.1 | 1,893 | 9/4/2022 |
4.1.3 | 401 | 9/4/2022 |
4.1.2.2 | 28,260 | 11/12/2021 |
4.1.2.1 | 20,398 | 11/16/2020 |
4.1.2 | 3,537 | 11/15/2020 |
4.1.1 | 13,122 | 9/10/2020 |
4.1.0 | 60,131 | 3/23/2020 |
4.0.3 | 43,046 | 9/19/2019 |
4.0.2 | 29,612 | 9/19/2019 |
4.0.1 | 591 | 9/19/2019 |
3.3.2.6 | 1,896 | 8/17/2019 |
3.1.8 | 3,004 | 7/5/2019 |
3.1.7 | 703 | 6/5/2019 |
3.1.5 | 6,132 | 3/11/2019 |
3.1.4 | 710 | 2/27/2019 |
3.1.3 | 699 | 2/27/2019 |
3.1.2 | 694 | 2/26/2019 |
3.1.1 | 825 | 1/19/2019 |
3.0.1 | 1,273 | 7/8/2018 |
2.1.0 | 1,056 | 6/19/2018 |
2.0.2 | 3,305 | 5/18/2017 |
2.0.1 | 6,662 | 10/5/2016 |
Added support for KvpbaseStream (opening streams over stored objects) along with Stream and File methods (upload and download), check container existence prior to allowing stream APIs to continue