Package | Description |
---|---|
com.microsoft.azure.management.eventhub |
This package contains the classes for EventHubManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CaptureDescription |
CaptureDescription.withDestination(Destination destination)
Set properties of Destination where capture will be stored.
|
CaptureDescription |
CaptureDescription.withEnabled(Boolean enabled)
Set a value that indicates whether capture description is enabled.
|
CaptureDescription |
CaptureDescription.withEncoding(EncodingCaptureDescription encoding)
Set enumerates the possible values for the encoding format of capture description.
|
CaptureDescription |
CaptureDescription.withIntervalInSeconds(Integer intervalInSeconds)
Set the time window allows you to set the frequency with which the capture to Azure Blobs will happen, value should between 60 to 900 seconds.
|
CaptureDescription |
CaptureDescription.withSizeLimitInBytes(Integer sizeLimitInBytes)
Set the size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes.
|
CaptureDescription |
CaptureDescription.withSkipEmptyArchives(Boolean skipEmptyArchives)
Set a value that indicates whether to Skip Empty Archives.
|
Copyright © 2019. All rights reserved.