Share via


StorageDirectoryCreatedEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageDirectoryCreatedEventData+StorageDirectoryCreatedEventDataConverter))]
public class StorageDirectoryCreatedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.StorageDirectoryCreatedEventData+StorageDirectoryCreatedEventDataConverter))>]
type StorageDirectoryCreatedEventData = class
Public Class StorageDirectoryCreatedEventData
Public Class StorageDirectoryCreatedEventData
Implements IJsonModel(Of StorageDirectoryCreatedEventData), IPersistableModel(Of StorageDirectoryCreatedEventData)
Inheritance
StorageDirectoryCreatedEventData
Attributes
Implements

Properties

Api

The name of the API/operation that triggered this event.

ClientRequestId

A request id provided by the client of the storage API operation that triggered this event.

ETag

The etag of the directory at the time this event was triggered.

Identity

The identity of the requester that triggered this event.

RequestId

The request id generated by the storage service for the storage API operation that triggered this event.

Sequencer

An opaque string value representing the logical sequence of events for any particular directory name. Users can use standard string comparison to understand the relative sequence of two events on the same directory name.

Url

The path to the directory.

Applies to