projectkudu / KuduVfs

Implement FileSystem backed by Kudu's VFS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KuduVfs

KuduVfs is an implementation of IFileSystem (System.IO.Abstractions) back by Kudu's Vfs.

It includes the library (VfsFileSystem) and companion executables (like xcopy, dir, mkdir del, rmdir etc.).

Disclaimers

It does not have a complete implementation of all IFileSystem contracts. However, it should be sufficient to a subset of file operations.

Documentation

TBD.

License

Apache License 2.0

Questions?

You can use the forum, chat on JabbR, or open issues in this repository.

This project is under the benevolent umbrella of the .NET Foundation.

About

Implement FileSystem backed by Kudu's VFS.

License:Apache License 2.0


Languages

Language:C# 100.0%