StorageTaskReportProperties Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. StorageTaskReportProperties
- com.
Implements
public final class StorageTaskReportProperties
implements JsonSerializable<StorageTaskReportProperties>
Storage task execution report for a run instance.
Constructor Summary
Constructor | Description |
---|---|
StorageTaskReportProperties() |
Creates an instance of Storage |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
finishTime()
Get the finish |
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
String |
objectFailedCount()
Get the object |
String |
objectsOperatedOnCount()
Get the objects |
String |
objectsSucceededCount()
Get the objects |
String |
objectsTargetedCount()
Get the objects |
Run |
runResult()
Get the run |
Run |
runStatusEnum()
Get the run |
String |
runStatusError()
Get the run |
String |
startTime()
Get the start |
String |
storageAccountId()
Get the storage |
String |
summaryReportPath()
Get the summary |
String |
taskAssignmentId()
Get the task |
String |
taskId()
Get the task |
String |
taskVersion()
Get the task |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
StorageTaskReportProperties
public StorageTaskReportProperties()
Creates an instance of StorageTaskReportProperties class.
Method Details
finishTime
public String finishTime()
Get the finishTime property: 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://video2.skills-academy.com/en-us/rest/api/storageservices/querying-tables-and-entities\#supported-comparison-operators.
Returns:
fromJson
public static StorageTaskReportProperties fromJson(JsonReader jsonReader)
Reads an instance of StorageTaskReportProperties from the JsonReader.
Parameters:
Returns:
Throws:
objectFailedCount
public String objectFailedCount()
Get the objectFailedCount property: 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://video2.skills-academy.com/en-us/rest/api/storageservices/querying-tables-and-entities\#supported-comparison-operators.
Returns:
objectsOperatedOnCount
public String objectsOperatedOnCount()
Get the objectsOperatedOnCount property: 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://video2.skills-academy.com/en-us/rest/api/storageservices/querying-tables-and-entities\#supported-comparison-operators.
Returns:
objectsSucceededCount
public String objectsSucceededCount()
Get the objectsSucceededCount property: 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://video2.skills-academy.com/en-us/rest/api/storageservices/querying-tables-and-entities\#supported-comparison-operators.
Returns:
objectsTargetedCount
public String objectsTargetedCount()
Get the objectsTargetedCount property: 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://video2.skills-academy.com/en-us/rest/api/storageservices/querying-tables-and-entities\#supported-comparison-operators.
Returns:
runResult
public RunResult runResult()
Get the runResult property: Represents the overall result of the execution for the run instance.
Returns:
runStatusEnum
public RunStatusEnum runStatusEnum()
Get the runStatusEnum property: Represents the status of the execution.
Returns:
runStatusError
public String runStatusError()
Get the runStatusError property: Well known Azure Storage error code that represents the error encountered during execution of the run instance.
Returns:
startTime
public String startTime()
Get the startTime property: 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://video2.skills-academy.com/en-us/rest/api/storageservices/querying-tables-and-entities\#supported-comparison-operators.
Returns:
storageAccountId
public String storageAccountId()
Get the storageAccountId property: Represents the Storage Account Id where the storage task definition was applied and executed.
Returns:
summaryReportPath
public String summaryReportPath()
Get the summaryReportPath property: Full path to the verbose report stored in the reporting container as specified in the assignment execution context for the storage account.
Returns:
taskAssignmentId
public String taskAssignmentId()
Get the taskAssignmentId property: Represents the Storage Task Assignment Id associated with the storage task that provided an execution context.
Returns:
taskId
public String taskId()
Get the taskId property: Storage Task Arm Id.
Returns:
taskVersion
public String taskVersion()
Get the taskVersion property: Storage Task Version.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java