BlobService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for blobs.
public static class BlobService
- Inheritance:
- System.Object → BlobService
Methods
Download |
Downloads a blob to the specified destination. |
Download |
Downloads a range of bytes from the blob to the specified destination. |
Download |
Downloads a blob to the specified destination. |
Download |
Downloads a range of bytes from the blob to the specified destination. |
Get(IEnumerable |
Get meta data for the specified blobs. |
Get(int, bool) | Get meta data for the specified blob. |
Get(string, bool) | Get meta data for the specified blob. |
Get |
Get the blob content as a System.IO.FileInfo object.
|
Get |
Gets the blob content converted to the format specified in extension .
|
Get |
Gets the size, in bytes, of all blobs in the repository. |
Insert(Blob, Stream) | Inserts a Blob |
Insert(External |
Inserts an external Blob |
Insert(string) | Create a Blob from the content in the specified file. |