NetworkRequestProgress QML Type

  • Esri.ArcGISRuntime
  • NetworkRequestProgress
  • Information about the progress of a network request. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    Object

    Properties

    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.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.