Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageDirectoryRenamedEventData

Package version

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

Hierarchy

  • StorageDirectoryRenamedEventData

Index

Properties

Optional api

api: undefined | string

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

Optional clientRequestId

clientRequestId: undefined | string

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

Optional destinationUrl

destinationUrl: undefined | string

The new path to the directory after the rename operation.

Optional identity

identity: undefined | string

The identity of the requester that triggered this event.

Optional requestId

requestId: undefined | string

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

Optional sequencer

sequencer: undefined | 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.

Optional sourceUrl

sourceUrl: undefined | string

The path to the directory that was renamed.

Optional storageDiagnostics

storageDiagnostics: any

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

Generated using TypeDoc