Uses of Class
com.azure.messaging.eventgrid.systemevents.EventHubCaptureFileCreatedEventData
Packages that use EventHubCaptureFileCreatedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of EventHubCaptureFileCreatedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return EventHubCaptureFileCreatedEventDataModifier and TypeMethodDescriptionEventHubCaptureFileCreatedEventData.setEventCount(Integer eventCount) Set the eventCount property: The number of events in the file.EventHubCaptureFileCreatedEventData.setFileType(String fileType) Set the fileType property: The file type of the capture file.EventHubCaptureFileCreatedEventData.setFileurl(String fileurl) Set the fileurl property: The path to the capture file.EventHubCaptureFileCreatedEventData.setFirstEnqueueTime(OffsetDateTime firstEnqueueTime) Set the firstEnqueueTime property: The first time from the queue.EventHubCaptureFileCreatedEventData.setFirstSequenceNumber(Integer firstSequenceNumber) Set the firstSequenceNumber property: The smallest sequence number from the queue.EventHubCaptureFileCreatedEventData.setLastEnqueueTime(OffsetDateTime lastEnqueueTime) Set the lastEnqueueTime property: The last time from the queue.EventHubCaptureFileCreatedEventData.setLastSequenceNumber(Integer lastSequenceNumber) Set the lastSequenceNumber property: The last sequence number from the queue.EventHubCaptureFileCreatedEventData.setPartitionId(String partitionId) Set the partitionId property: The shard ID.EventHubCaptureFileCreatedEventData.setSizeInBytes(Integer sizeInBytes) Set the sizeInBytes property: The file size.