Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.EventhubProperties
Packages that use EventhubProperties
Package
Description
Package containing the inner data models for EventHubManagementClient.
-
Uses of EventhubProperties in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return EventhubPropertiesModifier and TypeMethodDescriptionstatic EventhubPropertiesEventhubProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventhubProperties from the JsonReader.EventhubProperties.withCaptureDescription(CaptureDescription captureDescription) Set the captureDescription property: Properties of capture description.EventhubProperties.withMessageRetentionInDays(Long messageRetentionInDays) Set the messageRetentionInDays property: Number of days to retain the events for this Event Hub, value should be 1 to 7 days.EventhubProperties.withPartitionCount(Long partitionCount) Set the partitionCount property: Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.EventhubProperties.withRetentionDescription(RetentionDescription retentionDescription) Set the retentionDescription property: Event Hub retention settings.EventhubProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of the Event Hub.EventhubProperties.withUserMetadata(String userMetadata) Set the userMetadata property: Gets and Sets Metadata of User.