EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withEventCount(Integer eventCount) |
Set the number of events in the file.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withFileType(String fileType) |
Set the file type of the capture file.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withFileurl(String fileurl) |
Set the path to the capture file.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withFirstEnqueueTime(org.joda.time.DateTime firstEnqueueTime) |
Set the first time from the queue.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withFirstSequenceNumber(Integer firstSequenceNumber) |
Set the smallest sequence number from the queue.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withLastEnqueueTime(org.joda.time.DateTime lastEnqueueTime) |
Set the last time from the queue.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withLastSequenceNumber(Integer lastSequenceNumber) |
Set the last sequence number from the queue.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withPartitionId(String partitionId) |
Set the shard ID.
|
EventHubCaptureFileCreatedEventData |
EventHubCaptureFileCreatedEventData.withSizeInBytes(Integer sizeInBytes) |
Set the file size.
|