[#25] Client Implement PAtch and Range methods
Fix the specific type in interfaces Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
003b7fdfdd
commit
14dc76898e
4 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ public interface IFrostFSClient : IDisposable
|
|||
|
||||
Task<RangeReader> GetRangeAsync(PrmRangeGet args);
|
||||
|
||||
Task<IEnumerable<ReadOnlyMemory<byte>>> GetRangeHashAsync(PrmRangeHashGet args);
|
||||
Task<ReadOnlyMemory<byte>[]> GetRangeHashAsync(PrmRangeHashGet args);
|
||||
|
||||
Task<FrostFsObjectId> PutObjectAsync(PrmObjectPut args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue