[#1] Add object mappers
Signed-off-by: Ivan Pchelintsev <i.pchelintsev@yadro.com>
This commit is contained in:
parent
0d83541d82
commit
6b8f8cbd4c
7 changed files with 76 additions and 46 deletions
|
@ -14,6 +14,6 @@ public interface IFrostFSClient
|
|||
Task<GetResponse> GetContainerAsync(ContainerID containerId);
|
||||
Task<DeleteResponse> DeleteContainerAsync(ContainerID containerId);
|
||||
Task<HeadResponse> GetObjectHeadAsync(ContainerID containerId, ObjectID objectId);
|
||||
Task<Object.PutResponse> PutObjectAsync(ContainerID containerId, Stream data);
|
||||
Task<Object.PutResponse> PutObjectAsync(Object.Header header, Stream payload);
|
||||
Task<Object.DeleteResponse> DeleteObjectAsync(ContainerID containerId, ObjectID objectId);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue