IBlobProvider Interface
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Interface for blob storage providers.
public interface IBlobProvider : IProvider, IExtension
Methods
Delete(Blob) | Permanently deletes a blob from storage. |
Download |
Downloads the data of the blob to the specified output stream. |
Has |
Checks if the provider has any data for the specified blob. |
Upload |
Uploads the the specified blob to blob storage. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |