Uses of Class
com.azure.messaging.eventgrid.systemevents.StorageDirectoryRenamedEventData
Packages that use StorageDirectoryRenamedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of StorageDirectoryRenamedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return StorageDirectoryRenamedEventDataModifier and TypeMethodDescriptionSet the api property: The name of the API/operation that triggered this event.StorageDirectoryRenamedEventData.setClientRequestId(String clientRequestId) Set the clientRequestId property: A request id provided by the client of the storage API operation that triggered this event.StorageDirectoryRenamedEventData.setDestinationUrl(String destinationUrl) Set the destinationUrl property: The new path to the directory after the rename operation.StorageDirectoryRenamedEventData.setIdentity(String identity) Set the identity property: The identity of the requester that triggered this event.StorageDirectoryRenamedEventData.setRequestId(String requestId) Set the requestId property: The request id generated by the storage service for the storage API operation that triggered this event.StorageDirectoryRenamedEventData.setSequencer(String sequencer) Set the sequencer property: An opaque string value representing the logical sequence of events for any particular directory name.StorageDirectoryRenamedEventData.setSourceUrl(String sourceUrl) Set the sourceUrl property: The path to the directory that was renamed.StorageDirectoryRenamedEventData.setStorageDiagnostics(Object storageDiagnostics) Set the storageDiagnostics property: For service use only.