Show / Hide Table of Contents

Class ObjectStat

Information on a DAG node.

Inheritance
Object
ObjectStat
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class ObjectStat

Properties

| Improve this Doc View Source

BlockSize

Size of the raw, encoded data.

Declaration
public long BlockSize { get; set; }
Property Value
Type Description
Int64
| Improve this Doc View Source

CumulativeSize

Size of object and its references

Declaration
public long CumulativeSize { get; set; }
Property Value
Type Description
Int64
| Improve this Doc View Source

DataSize

Siz of the data segment.

Declaration
public long DataSize { get; set; }
Property Value
Type Description
Int64
| Improve this Doc View Source

LinkCount

Number of links.

Declaration
public int LinkCount { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

LinkSize

Size of the links segment.

Declaration
public long LinkSize { get; set; }
Property Value
Type Description
Int64

See Also

IObjectApi
  • Improve this Doc
  • View Source
Back to top Generated by DocFX