EventGridModelFactory.StorageDirectoryRenamedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of StorageDirectoryRenamedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.StorageDirectoryRenamedEventData StorageDirectoryRenamedEventData (string api = default, string clientRequestId = default, string requestId = default, string sourceUrl = default, string destinationUrl = default, string sequencer = default, string identity = default, object storageDiagnostics = default);
static member StorageDirectoryRenamedEventData : string * string * string * string * string * string * string * obj -> Azure.Messaging.EventGrid.SystemEvents.StorageDirectoryRenamedEventData
Public Shared Function StorageDirectoryRenamedEventData (Optional api As String = Nothing, Optional clientRequestId As String = Nothing, Optional requestId As String = Nothing, Optional sourceUrl As String = Nothing, Optional destinationUrl As String = Nothing, Optional sequencer As String = Nothing, Optional identity As String = Nothing, Optional storageDiagnostics As Object = Nothing) As StorageDirectoryRenamedEventData
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.
- sourceUrl
- String
The path to the directory that was renamed.
- destinationUrl
- String
The new path to the directory after the rename 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 StorageDirectoryRenamedEventData instance for mocking.