Uses of Class
com.azure.messaging.eventgrid.systemevents.StorageAsyncOperationInitiatedEventData
Packages that use StorageAsyncOperationInitiatedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of StorageAsyncOperationInitiatedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return StorageAsyncOperationInitiatedEventDataModifier and TypeMethodDescriptionSet the api property: The name of the API/operation that triggered this event.StorageAsyncOperationInitiatedEventData.setBlobType(String blobType) Set the blobType property: The type of blob.StorageAsyncOperationInitiatedEventData.setClientRequestId(String clientRequestId) Set the clientRequestId property: A request id provided by the client of the storage API operation that triggered this event.StorageAsyncOperationInitiatedEventData.setContentLength(Long contentLength) Set the contentLength property: The size of the blob in bytes.StorageAsyncOperationInitiatedEventData.setContentType(String contentType) Set the contentType property: The content type of the blob.StorageAsyncOperationInitiatedEventData.setIdentity(String identity) Set the identity property: The identity of the requester that triggered this event.StorageAsyncOperationInitiatedEventData.setRequestId(String requestId) Set the requestId property: The request id generated by the Storage service for the storage API operation that triggered this event.StorageAsyncOperationInitiatedEventData.setSequencer(String sequencer) Set the sequencer property: An opaque string value representing the logical sequence of events for any particular blob name.StorageAsyncOperationInitiatedEventData.setStorageDiagnostics(Object storageDiagnostics) Set the storageDiagnostics property: For service use only.Set the url property: The path to the blob.