Interface IArchiveService
Assembly: Simplic.Framework.Extension.dll
Syntax
public interface IArchiveService
Methods
|
Improve this Doc
View Source
Delete(Guid)
Deletes the blob from the storage
Declaration
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
|
Improve this Doc
View Source
Read(Guid)
Reads a byte array based on a id.
Declaration
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Write(Guid, Byte[])
Writes a byte array to a storage with a id.
Declaration
void Write(Guid id, byte[] data)
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
System.Byte[] |
data |
|