DataRepositoryTaskStatus - Amazon FSx
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DataRepositoryTaskStatus

Provides the task status showing a running total of the total number of files to be processed, the number successfully processed, and the number of files the task failed to process.

Contents

FailedCount

A running total of the number of files that the task failed to process.

Type: Long

Required: No

LastUpdatedTime

The time at which the task status was last updated.

Type: Timestamp

Required: No

ReleasedCapacity

The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.

Type: Long

Required: No

SucceededCount

A running total of the number of files that the task has successfully processed.

Type: Long

Required: No

TotalCount

The total number of files that the task will process. While a task is executing, the sum of SucceededCount plus FailedCount may not equal TotalCount. When the task is complete, TotalCount equals the sum of SucceededCount plus FailedCount.

Type: Long

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: