ResQ.Storage.UploadResult
UploadResult(string, string, long, string, bool, DateTimeOffset) Constructor
Represents the result of a file upload operation to IPFS.Parameters
Cid System.String
The IPFS Content Identifier (CID) for the uploaded file.
FileName System.String
The original filename of the uploaded content.
SizeBytes System.Int64
The size of the file in bytes.
ContentType System.String
The MIME type of the file (e.g., “image/jpeg”, “video/mp4”).
IsPinned System.Boolean
True if the file has been pinned to ensure persistence.
Timestamp System.DateTimeOffset
UTC timestamp when the upload completed.