Constructor ModelProvisioningProgress
ModelProvisioningProgress(string, string, long, long?, bool)
One progress report, for a determinate bar.
public ModelProvisioningProgress(string ModelId, string RelativePath, long BytesCompleted, long? BytesTotal, bool Resumed)
Parameters
ModelIdstringThe model being provisioned.
RelativePathstringThe file being provisioned.
BytesCompletedlongBytes on disk so far, including any resumed prefix.
BytesTotallong?The expected total, or null when the server declared none.
ResumedboolTrue when this transfer continued a partial file. False after a server ignored the range request and the
.partfile was truncated.