Show / Hide Table of Contents

Class RepositoryData

The statistics for RepositoryAsync(CancellationToken).

Inheritance
Object
RepositoryData
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 RepositoryData

Fields

| Improve this Doc View Source

NumObjects

The number of blocks in the repository.

Declaration
public ulong NumObjects
Field Value
Type Description
UInt64

The number of blocks in the IBlockRepositoryApi.

| Improve this Doc View Source

RepoPath

The fully qualified path to the repository.

Declaration
public string RepoPath
Field Value
Type Description
String

The directory of the IBlockRepositoryApi.

| Improve this Doc View Source

RepoSize

The total number bytes in the repository.

Declaration
public ulong RepoSize
Field Value
Type Description
UInt64

The total number bytes in the IBlockRepositoryApi.

| Improve this Doc View Source

StorageMax

The maximum number of bytes allowed in the repository.

Declaration
public ulong StorageMax
Field Value
Type Description
UInt64

Max bytes allowed in the IBlockRepositoryApi.

| Improve this Doc View Source

Version

The version number of the repository.

Declaration
public string Version
Field Value
Type Description
String

The version number of the IBlockRepositoryApi.

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