TaskviewIOProxy

TaskviewIOProxy

Synopsis

                    TaskviewIOProxy;
                    TaskviewIOProxyClass;
                    TaskviewIOProxyPrivate;

Object Hierarchy

  GObject
   +----TaskviewGenericProxy
         +----TaskviewIOProxy

Properties

  "current-item"             guint                 : Read
  "destination-uri"          GStrv*                : Read
  "processed-items"          guint64               : Read
  "processed-size"           guint64               : Read
  "source-uri"               GStrv*                : Read
  "throughput-items"         guint64               : Read
  "throughput-size"          guint64               : Read
  "total-items"              guint64               : Read
  "total-size"               guint64               : Read
  "type"                     gint                  : Read

Description

Details

TaskviewIOProxy

typedef struct _TaskviewIOProxy TaskviewIOProxy;


TaskviewIOProxyClass

typedef struct {
  TaskviewGenericProxyClass parent_class;
} TaskviewIOProxyClass;


TaskviewIOProxyPrivate

typedef struct _TaskviewIOProxyPrivate TaskviewIOProxyPrivate;

Property Details

The "current-item" property

  "current-item"             guint                 : Read

The index of the current processed item, contained in DestinationURI.

Default value: 4294967295


The "destination-uri" property

  "destination-uri"          GStrv*                : Read

All destination uris.


The "processed-items" property

  "processed-items"          guint64               : Read

The number processed items of the Task.

Default value: 18446744073709551615


The "processed-size" property

  "processed-size"           guint64               : Read

The processed size of the Task.

Default value: 18446744073709551615


The "source-uri" property

  "source-uri"               GStrv*                : Read

All source uris.


The "throughput-items" property

  "throughput-items"         guint64               : Read

The items throughput of the Task.

Default value: 18446744073709551615


The "throughput-size" property

  "throughput-size"          guint64               : Read

The size throughput of the Task.

Default value: 18446744073709551615


The "total-items" property

  "total-items"              guint64               : Read

The number of all items of the Task.

Default value: 18446744073709551615


The "total-size" property

  "total-size"               guint64               : Read

The total size of the Task.

Default value: 18446744073709551615


The "type" property

  "type"                     gint                  : Read

The type of the IO transfer.

Allowed values: [0,6]

Default value: 6