Share via


EventGridModelFactory.StorageDirectoryDeletedEventData Method

Definition

Initializes a new instance of StorageDirectoryDeletedEventData.

public static Azure.Messaging.EventGrid.SystemEvents.StorageDirectoryDeletedEventData StorageDirectoryDeletedEventData (string api = default, string clientRequestId = default, string requestId = default, string url = default, bool? recursive = default, string sequencer = default, string identity = default, object storageDiagnostics = default);
static member StorageDirectoryDeletedEventData : string * string * string * string * Nullable<bool> * string * string * obj -> Azure.Messaging.EventGrid.SystemEvents.StorageDirectoryDeletedEventData
Public Shared Function StorageDirectoryDeletedEventData (Optional api As String = Nothing, Optional clientRequestId As String = Nothing, Optional requestId As String = Nothing, Optional url As String = Nothing, Optional recursive As Nullable(Of Boolean) = Nothing, Optional sequencer As String = Nothing, Optional identity As String = Nothing, Optional storageDiagnostics As Object = Nothing) As StorageDirectoryDeletedEventData

Parameters

api
String

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

clientRequestId
String

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

requestId
String

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

url
String

The path to the deleted directory.

recursive
Nullable<Boolean>

Is this event for a recursive delete operation.

sequencer
String

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.

identity
String

The identity of the requester that triggered this event.

storageDiagnostics
Object

For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers.

Returns

A new StorageDirectoryDeletedEventData instance for mocking.

Applies to