Cloud4Net for NTFS Provider
The FileSystemProvider class supports Blob Storage through an NTFS filesystem, using alternate data streams for metadata persistence.Queue and Table Storage are not supported.
Resource Model Mapping
a... (Cloud4Net) | ...is a (AWS) |
---|---|
Provider | N/A |
BlobContainer | Directory |
BlobSpec | File |
Operation Model Mapping
a... (Cloud4Net) | ...is a (NTFS) |
---|---|
BlobContainer.Create() | Directory.Create() |
BlobContainer.Delete() | Directory.Delete() |
BlobSpec.Delete() | File.Delete() |