ExportTaskDetails

Contains details about the specified export task.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of exported edges.

Link copied to clipboard

The number of exported vertices.

Link copied to clipboard

The number of progress percentage of the export task.

Link copied to clipboard

The start time of the export task.

Link copied to clipboard

The time elapsed, in seconds, since the start time of the export task.

Functions

Link copied to clipboard
inline fun copy(block: ExportTaskDetails.Builder.() -> Unit = {}): ExportTaskDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String