[#13] Change GetObject result to stream
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
c988ff3c76
commit
f5d1899dd2
5 changed files with 75 additions and 34 deletions
|
@ -27,6 +27,8 @@ public class Object
|
|||
}
|
||||
|
||||
public byte[] Payload { get; set; }
|
||||
|
||||
public IObjectReader? ObjectReader { get; set; }
|
||||
|
||||
public Signature? Signature { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue