StorageTaskReportProperties interface
Storage task execution report for a run instance.
Properties
finish |
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 |
object |
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 |
objects |
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 |
objects |
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 |
objects |
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 |
run |
Represents the overall result of the execution for the run instance |
run |
Represents the status of the execution. |
run |
Well known Azure Storage error code that represents the error encountered during execution of the run instance. |
start |
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 |
storage |
Resource ID of the Storage Account where this reported run executed. |
summary |
Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account. |
task |
Resource ID of the Storage Task Assignment associated with this reported run. |
task |
Resource ID of the Storage Task applied during this run. |
task |
Storage Task Version |
Property Details
finishTime
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
finishTime?: string
Property Value
string
objectFailedCount
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
objectFailedCount?: string
Property Value
string
objectsOperatedOnCount
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
objectsOperatedOnCount?: string
Property Value
string
objectsSucceededCount
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
objectsSucceededCount?: string
Property Value
string
objectsTargetedCount
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
objectsTargetedCount?: string
Property Value
string
runResult
Represents the overall result of the execution for the run instance
runResult?: string
Property Value
string
runStatusEnum
Represents the status of the execution.
runStatusEnum?: string
Property Value
string
runStatusError
Well known Azure Storage error code that represents the error encountered during execution of the run instance.
runStatusError?: string
Property Value
string
startTime
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
startTime?: string
Property Value
string
storageAccountId
Resource ID of the Storage Account where this reported run executed.
storageAccountId?: string
Property Value
string
summaryReportPath
Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
summaryReportPath?: string
Property Value
string
taskAssignmentId
Resource ID of the Storage Task Assignment associated with this reported run.
taskAssignmentId?: string
Property Value
string
taskId
Resource ID of the Storage Task applied during this run.
taskId?: string
Property Value
string
taskVersion
Storage Task Version
taskVersion?: string
Property Value
string