[#25] Client: Implement Patch and Range methods #32

Merged
PavelGrossSpb merged 2 commits from PavelGrossSpb/frostfs-sdk-csharp:misc/patch into master 2024-11-20 15:44:04 +00:00
Member

Signed-off-by: Pavel Gross p.gross@yadro.com

Signed-off-by: Pavel Gross <p.gross@yadro.com>
PavelGrossSpb added 1 commit 2024-11-08 07:40:33 +00:00
[#25] Client: Implement Patch and Range methods
All checks were successful
DCO / DCO (pull_request) Successful in 47s
003b7fdfdd
Signed-off-by: Pavel Gross <p.gross@yadro.com>
PavelGrossSpb requested review from orikik 2024-11-08 07:40:52 +00:00
PavelGrossSpb requested review from dstepanov-yadro 2024-11-08 07:41:09 +00:00
dstepanov-yadro reviewed 2024-11-13 08:56:36 +00:00
@ -288,0 +294,4 @@
return service.GetRangeAsync(args);
}
public Task<IEnumerable<ReadOnlyMemory<byte>>> GetRangeHashAsync(PrmRangeHashGet args)

I think it's better to replace IEnumerable<ReadOnlyMemory<byte>> with a specific type.

I think it's better to replace `IEnumerable<ReadOnlyMemory<byte>>` with a specific type.
Author
Member

Done

Done
PavelGrossSpb added 1 commit 2024-11-14 08:24:36 +00:00
[#25] Client Implement PAtch and Range methods
All checks were successful
DCO / DCO (pull_request) Successful in 47s
14dc76898e
Fix the specific type in interfaces

Signed-off-by: Pavel Gross <p.gross@yadro.com>
PavelGrossSpb merged commit 14dc76898e into master 2024-11-18 07:07:14 +00:00
PavelGrossSpb deleted branch misc/patch 2024-11-18 07:07:16 +00:00
Sign in to join this conversation.
No description provided.