Uses of Class
com.azure.resourcemanager.servicebus.models.CaptureDescription
-
Packages that use CaptureDescription Package Description com.azure.resourcemanager.servicebus.fluent.models Package containing the inner data models for ServiceBusManagementClient.com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of CaptureDescription in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return CaptureDescription Modifier and Type Method Description CaptureDescriptionEventhubInner. captureDescription()Get the captureDescription property: Properties of capture description.Methods in com.azure.resourcemanager.servicebus.fluent.models with parameters of type CaptureDescription Modifier and Type Method Description EventhubInnerEventhubInner. withCaptureDescription(CaptureDescription captureDescription)Set the captureDescription property: Properties of capture description. -
Uses of CaptureDescription in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return CaptureDescription Modifier and Type Method Description CaptureDescriptionCaptureDescription. withDestination(Destination destination)Set the destination property: Properties of Destination where capture will be stored.CaptureDescriptionCaptureDescription. withEnabled(Boolean enabled)Set the enabled property: A value that indicates whether capture description is enabled.CaptureDescriptionCaptureDescription. withEncoding(EncodingCaptureDescription encoding)Set the encoding property: Enumerates the possible values for the encoding format of capture description.CaptureDescriptionCaptureDescription. 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.CaptureDescriptionCaptureDescription. 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 and 524288000 bytes.
-