Share via


StorageTaskCompletedEventData Class

Definition

Schema of the Data property of an EventGridEvent for an Microsoft.Storage.StorageTaskCompleted event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageTaskCompletedEventData+StorageTaskCompletedEventDataConverter))]
public class StorageTaskCompletedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageTaskCompletedEventData+StorageTaskCompletedEventDataConverter))>]
type StorageTaskCompletedEventData = class
Public Class StorageTaskCompletedEventData
Inheritance
StorageTaskCompletedEventData
Attributes

Properties

CompletedDateTime

The time at which a storage task was completed.

Status

The status for a storage task.

SummaryReportBlobUri

The summary report blob url for a storage task.

TaskExecutionId

The execution id for a storage task.

TaskName

The task name for a storage task.

Applies to