| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/