KrPartWriteResult record
Represents the result of writing a part to storage.
public record KrPartWriteResult
Public Members
| name | description |
|---|---|
| Length { get; set; } | Gets the length of the stored part in bytes. |
| Sha256 { get; set; } | Gets the SHA-256 hash of the stored part, if computed. |
| TempPath { get; set; } | Gets the path to the stored part. |
See Also
- namespace Kestrun.Forms
- KrPartWriteResult.cs