IpfsPinListIPFSPathGet200ResponseStateEnum class

Inheritance
  • Object
  • EnumClass
  • IpfsPinListIPFSPathGet200ResponseStateEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<IpfsPinListIPFSPathGet200ResponseStateEnum>
no setter
values → BuiltSet<IpfsPinListIPFSPathGet200ResponseStateEnum>
no setter

Constants

queuedPipePinnedPipeUnpinnedPipeFailedPipeGc → const IpfsPinListIPFSPathGet200ResponseStateEnum
State of the pinned object. We define 5 states: queued, pinned, unpinned, failed, gc. When the object is pending retrieval (i.e. after /ipfs/pin/add/{IPFS_path}), the state is queued. If the object is already successfully retrieved, state is changed to pinned or failed otherwise. When object is unpinned (i.e. after /ipfs/pin/remove/{IPFS_path}) it is marked for garbage collection. State gc means that a previously unpinned item has been garbage collected due to account being over storage quota.