ResQ.Storage.PinMetadata
PinMetadata(string, string, long, DateTimeOffset, Dictionary<string,string>) Constructor
Represents metadata for a file pinned to IPFS.Parameters
Cid System.String
The IPFS Content Identifier.
Name System.String
The human-readable name assigned to the pin.
SizeBytes System.Int64
The size of the pinned content in bytes.
PinnedAt System.DateTimeOffset
UTC timestamp when the content was pinned.
KeyValues System.Collections.Generic.Dictionary<System.String,System.String>
Dictionary of custom metadata key-value pairs.