DataRepositoryTask class

A description of the data repository task. You use data repository tasks to perform bulk transfer operations between your Amazon FSx file system and its linked data repository.

Constructors

DataRepositoryTask({required DateTime creationTime, required String fileSystemId, required DataRepositoryTaskLifecycle lifecycle, required String taskId, required DataRepositoryTaskType type, DateTime? endTime, DataRepositoryTaskFailureDetails? failureDetails, List<String>? paths, CompletionReport? report, String? resourceARN, DateTime? startTime, DataRepositoryTaskStatus? status, List<Tag>? tags})
DataRepositoryTask.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime
final
endTime DateTime?
The time that Amazon FSx completed processing the task, populated after the task is complete.
final
failureDetails DataRepositoryTaskFailureDetails?
Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.
final
fileSystemId String
final
hashCode int
The hash code for this object.
no setterinherited
lifecycle DataRepositoryTaskLifecycle
The lifecycle status of the data repository task, as follows:
final
paths List<String>?
An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository.
final
report CompletionReport?
final
resourceARN String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time that Amazon FSx began processing the task.
final
status DataRepositoryTaskStatus?
Provides the status of the number of files that the task has processed successfully and failed to process.
final
tags List<Tag>?
final
taskId String
The system-generated, unique 17-digit ID of the data repository task.
final
type DataRepositoryTaskType
The type of data repository task; EXPORT_TO_REPOSITORY is the only type currently supported.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited