Information about the progress of a network request. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- bytesReceived : string
- bytesReceivedAsInt : int
- bytesSent : string
- bytesSentAsInt : int
- estimatedFinishTime : Date
- progressPercentage : int
- startTime : Date
- totalBytesToReceive : string
- totalBytesToReceiveAsInt : int
- totalBytesToSend : string
- totalBytesToSendAsInt : int
Detailed Description
Property Documentation
Returns the current number of bytes received from the request, expressed as a string (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also bytesReceivedAsInt.
The same as bytesReceived but represented as an integer type (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.3.
Returns the current number of bytes sent from the request, expressed as a string (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also bytesSentAsInt.
The same as bytesSent but represented as an integer type (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.3.
Returns the expected number of bytes to be received, expressed as a string (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also totalBytesToReceiveAsInt.
The same as totalBytesToReceive but represented as an integer type (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.3.
Returns the expected number of bytes to be sent from the request, expressed as a string (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also totalBytesToSendAsInt.
The same as totalBytesToSend but represented as an integer type (read-only).
Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
This property was introduced in Esri.ArcGISRuntime 100.3.