Class DataTransferStatus.ItemProgress
Information related to individual items being transferred. Do note that the transfers can either be linear (queue) or parallel.
Inheritance
System.Object
DataTransferStatus.ItemProgress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
public class ItemProgress
Constructors
View SourceItemProgress(String, Int64)
Declaration
public ItemProgress(string newFilename, long newFileSize)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | newFilename | |
| System.Int64 | newFileSize |
Fields
View SourcefileName
Declaration
public string fileName
Field Value
| Type | Description |
|---|---|
| System.String |
fileSizeInBytes
Declaration
public long fileSizeInBytes
Field Value
| Type | Description |
|---|---|
| System.Int64 |
isComplete
Declaration
public bool isComplete
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Properties
View SourceFileSizeInKb
Declaration
public long FileSizeInKb { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
FileSizeInMb
Declaration
public long FileSizeInMb { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Progress
Declaration
public float Progress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |