Package version:

Interface StorageTaskReportProperties

Storage task execution report for a run instance.

interface StorageTaskReportProperties {
    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;
}

Properties

finishTime?: string

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/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators NOTE: This property will not be serialized. It can only be populated by the server.

objectFailedCount?: string

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/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators NOTE: This property will not be serialized. It can only be populated by the server.

objectsOperatedOnCount?: string

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/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators NOTE: This property will not be serialized. It can only be populated by the server.

objectsSucceededCount?: string

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/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators NOTE: This property will not be serialized. It can only be populated by the server.

objectsTargetedCount?: string

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/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators NOTE: This property will not be serialized. It can only be populated by the server.

runResult?: string

Represents the overall result of the execution for the run instance NOTE: This property will not be serialized. It can only be populated by the server.

runStatusEnum?: string

Represents the status of the execution. NOTE: This property will not be serialized. It can only be populated by the server.

runStatusError?: string

Well known Azure Storage error code that represents the error encountered during execution of the run instance. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: string

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/rest/api/storageservices/querying-tables-and-entities#supported-comparison-operators NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountId?: string

Represents the Storage Account Id where the storage task definition was applied and executed. NOTE: This property will not be serialized. It can only be populated by the server.

summaryReportPath?: string

Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account. NOTE: This property will not be serialized. It can only be populated by the server.

taskAssignmentId?: string

Represents the Storage Task Assignment Id associated with the storage task that provided an execution context. NOTE: This property will not be serialized. It can only be populated by the server.

taskId?: string

Storage Task Arm Id. NOTE: This property will not be serialized. It can only be populated by the server.

taskVersion?: string

Storage Task Version NOTE: This property will not be serialized. It can only be populated by the server.