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