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