ImageProgress¶
Progress payload for pull/import/load/push operations.
public sealed class ImageProgress
{
public string Id { get; }
public ImageProgressStatus Status { get; }
public ulong CurrentBytes { get; }
public ulong TotalBytes { get; }
}
Example: