StorageTaskReportPropertiesResponse

data class StorageTaskReportPropertiesResponse(val finishTime: String, val objectFailedCount: String, val objectsOperatedOnCount: String, val objectsSucceededCount: String, val objectsTargetedCount: String, val runResult: String, val runStatusEnum: String, val runStatusError: String, val startTime: String, val storageAccountId: String, val summaryReportPath: String, val taskAssignmentId: String, val taskId: String, val taskVersion: String)

Storage task execution report for a run instance.

Constructors

Link copied to clipboard
constructor(finishTime: String, objectFailedCount: String, objectsOperatedOnCount: String, objectsSucceededCount: String, objectsTargetedCount: String, runResult: String, runStatusEnum: String, runStatusError: String, startTime: String, storageAccountId: String, summaryReportPath: String, taskAssignmentId: String, taskId: String, taskVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators

Link copied to clipboard

Total number of objects where task operation failed when was attempted. Filter options such as objectFailedCount eq 0 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators

Link copied to clipboard

Total number of objects that meet the storage tasks condition and were operated upon. Filter options such as objectsOperatedOnCount ge 100 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators

Link copied to clipboard

Total number of objects where task operation succeeded when was attempted.Filter options such as objectsSucceededCount gt 150 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators

Link copied to clipboard

Total number of objects that meet the condition as defined in the storage task assignment execution context. Filter options such as objectsTargetedCount gt 50 and other comparison operators can be used as described for Numerical properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators

Link copied to clipboard

Represents the overall result of the execution for the run instance

Link copied to clipboard

Represents the status of the execution.

Link copied to clipboard

Well known Azure Storage error code that represents the error encountered during execution of the run instance.

Link copied to clipboard

Start time of the run instance. Filter options such as startTime gt '2023-06-26T20:51:24.4494016Z' and other comparison operators can be used as described for DateTime properties in https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators

Link copied to clipboard

Represents the Storage Account Id where the storage task definition was applied and executed.

Link copied to clipboard

Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.

Link copied to clipboard

Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.

Link copied to clipboard

Storage Task Arm Id.

Link copied to clipboard

Storage Task Version