Class RepositoryData
The statistics for RepositoryAsync(CancellationToken).
Inherited Members
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class RepositoryData
Fields
| Improve this Doc View SourceNumObjects
The number of blocks in the repository.
Declaration
public ulong NumObjects
Field Value
Type | Description |
---|---|
UInt64 | The number of blocks in the IBlockRepositoryApi. |
RepoPath
The fully qualified path to the repository.
Declaration
public string RepoPath
Field Value
Type | Description |
---|---|
String | The directory of the IBlockRepositoryApi. |
RepoSize
The total number bytes in the repository.
Declaration
public ulong RepoSize
Field Value
Type | Description |
---|---|
UInt64 | The total number bytes in the IBlockRepositoryApi. |
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. |
Version
The version number of the repository.
Declaration
public string Version
Field Value
Type | Description |
---|---|
String | The version number of the IBlockRepositoryApi. |