Class ObjectStat
Information on a DAG node.
Inherited Members
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class ObjectStat
Properties
| Improve this Doc View SourceBlockSize
Size of the raw, encoded data.
Declaration
public long BlockSize { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
CumulativeSize
Size of object and its references
Declaration
public long CumulativeSize { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
DataSize
Siz of the data segment.
Declaration
public long DataSize { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
LinkCount
Number of links.
Declaration
public int LinkCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
LinkSize
Size of the links segment.
Declaration
public long LinkSize { get; set; }
Property Value
Type | Description |
---|---|
Int64 |