Class Block
Assembly: Ipfs.Http.Client.dll
Syntax
[DataContract]
public class Block : IDataBlock
Properties
|
Improve this Doc
View Source
DataBytes
Declaration
[DataMember]
public byte[] DataBytes { get; set; }
Property Value
|
Improve this Doc
View Source
DataStream
Declaration
public Stream DataStream { get; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
[DataMember]
public Cid Id { get; set; }
Property Value
|
Improve this Doc
View Source
Size
Declaration
[DataMember]
public long Size { get; set; }
Property Value
Implements