Interface EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
- All Superinterfaces:
Creatable<EventHub>, EventHub.DefinitionStages.WithAuthorizationRule, EventHub.DefinitionStages.WithConsumerGroup, EventHub.DefinitionStages.WithCreate, EventHub.DefinitionStages.WithPartitionCount, EventHub.DefinitionStages.WithRetentionPeriod, HasName, Indexable
- All Known Subinterfaces:
EventHub.Definition
- Enclosing interface:
EventHub.DefinitionStages
public static interface EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate
extends EventHub.DefinitionStages.WithCreate
The stage of the event hub definition allowing to configure data capturing.
-
Method Summary
Modifier and TypeMethodDescriptionwithDataCaptureFileNameFormat(String format) Specifies file name format containing captured data.withDataCaptureSkipEmptyArchives(Boolean skipEmptyArchives) Set a value that indicates whether to Skip Empty Archives.withDataCaptureWindowSizeInMB(int sizeInMB) Specifies the capture window size in MB.withDataCaptureWindowSizeInSeconds(int sizeInSeconds) Specifies the capture window size in seconds.Methods inherited from interface Creatable
create, create, createAsync, createAsyncMethods inherited from interface EventHub.DefinitionStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendAndListenRule, withNewSendRuleMethods inherited from interface EventHub.DefinitionStages.WithConsumerGroup
withNewConsumerGroup, withNewConsumerGroupMethods inherited from interface EventHub.DefinitionStages.WithPartitionCount
withPartitionCountMethods inherited from interface EventHub.DefinitionStages.WithRetentionPeriod
withRetentionPeriodInDays
-
Method Details
-
withDataCaptureWindowSizeInSeconds
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureWindowSizeInSeconds(int sizeInSeconds) Specifies the capture window size in seconds.- Parameters:
sizeInSeconds- window size in seconds- Returns:
- next stage of the event hub definition
-
withDataCaptureSkipEmptyArchives
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureSkipEmptyArchives(Boolean skipEmptyArchives) Set a value that indicates whether to Skip Empty Archives.- Parameters:
skipEmptyArchives- the skipEmptyArchives value to set- Returns:
- next stage of the event hub definition
-
withDataCaptureWindowSizeInMB
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureWindowSizeInMB(int sizeInMB) Specifies the capture window size in MB.- Parameters:
sizeInMB- window size in MB- Returns:
- next stage of the event hub definition
-
withDataCaptureFileNameFormat
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureFileNameFormat(String format) Specifies file name format containing captured data.- Parameters:
format- the file name format- Returns:
- next stage of the event hub definition
-