Uses of Class
com.azure.resourcemanager.eventhubs.models.CaptureDescription
Packages that use CaptureDescription
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of CaptureDescription in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return CaptureDescriptionModifier and TypeMethodDescriptionEventhubInner.captureDescription()Get the captureDescription property: Properties of capture description.EventhubProperties.captureDescription()Get the captureDescription property: Properties of capture description.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type CaptureDescriptionModifier and TypeMethodDescriptionEventhubInner.withCaptureDescription(CaptureDescription captureDescription) Set the captureDescription property: Properties of capture description.EventhubProperties.withCaptureDescription(CaptureDescription captureDescription) Set the captureDescription property: Properties of capture description. -
Uses of CaptureDescription in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return CaptureDescriptionModifier and TypeMethodDescriptionCaptureDescription.withDestination(Destination destination) Set the destination property: Properties of Destination where capture will be stored.CaptureDescription.withEnabled(Boolean enabled) Set the enabled property: A value that indicates whether capture description is enabled.CaptureDescription.withEncoding(EncodingCaptureDescription encoding) Set the encoding property: Enumerates the possible values for the encoding format of capture description.CaptureDescription.withIntervalInSeconds(Integer intervalInSeconds) Set the intervalInSeconds property: 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.withSizeLimitInBytes(Integer sizeLimitInBytes) Set the sizeLimitInBytes property: 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.withSkipEmptyArchives(Boolean skipEmptyArchives) Set the skipEmptyArchives property: A value that indicates whether to Skip Empty Archives.