NetworkRequestProgress QML Type
Information about the progress of a network request. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- NetworkRequestProgress is part of QML Type List.
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
[read-only] bytesReceived : string |
Returns the current number of bytes received from the request, expressed as a string (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also bytesReceivedAsInt.
[read-only, since Esri.ArcGISRuntime 100.3] bytesReceivedAsInt : int |
The same as bytesReceived but represented as an integer type (read-only).
Note: The underlying 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.
[read-only] bytesSent : string |
Returns the current number of bytes sent from the request, expressed as a string (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also bytesSentAsInt.
[read-only, since Esri.ArcGISRuntime 100.3] bytesSentAsInt : int |
The same as bytesSent but represented as an integer type (read-only).
Note: The underlying 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.
[read-only] estimatedFinishTime : Date |
Returns the request's estimated completion time (read-only).
[read-only] progressPercentage : int |
Returns the request's percent complete value (read-only).
[read-only] startTime : Date |
Returns the request's start time (read-only).
[read-only] totalBytesToReceive : string |
Returns the expected number of bytes to be received, expressed as a string (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also totalBytesToReceiveAsInt.
[read-only, since Esri.ArcGISRuntime 100.3] totalBytesToReceiveAsInt : int |
The same as totalBytesToReceive but represented as an integer type (read-only).
Note: The underlying 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.
[read-only] totalBytesToSend : string |
Returns the expected number of bytes to be sent from the request, expressed as a string (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also totalBytesToSendAsInt.
[read-only, since Esri.ArcGISRuntime 100.3] totalBytesToSendAsInt : int |
The same as totalBytesToSend but represented as an integer type (read-only).
Note: The underlying 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.