| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHub.Definition
The entirety of the event hub definition.
|
| Modifier and Type | Method and Description |
|---|---|
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate |
EventHub.DefinitionStages.WithCaptureEnabledDisabled.withDataCaptureDisabled()
Specifies that data capture should be disabled for the event hub.
|
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate |
EventHub.DefinitionStages.WithCaptureEnabledDisabled.withDataCaptureEnabled()
Specifies that data capture should be enabled for the event hub.
|
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate |
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureFileNameFormat(String format)
Specifies file name format containing captured data.
|
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate |
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureSkipEmptyArchives(Boolean skipEmptyArchives)
Set a value that indicates whether to Skip Empty Archives.
|
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate |
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureWindowSizeInMB(int sizeInMB)
Specifies the capture window size in MB.
|
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate |
EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate.withDataCaptureWindowSizeInSeconds(int sizeInSeconds)
Specifies the capture window size in seconds.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/