Get Event Hub Result
data class GetEventHubResult(val azureApiVersion: String, val captureDescription: CaptureDescriptionResponse? = null, val createdAt: String, val id: String, val location: String, val messageRetentionInDays: Double? = null, val name: String, val partitionCount: Double? = null, val partitionIds: List<String>, val retentionDescription: RetentionDescriptionResponse? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String, val userMetadata: String? = null)
Single item in List or Get Event Hub operation
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, captureDescription: CaptureDescriptionResponse? = null, createdAt: String, id: String, location: String, messageRetentionInDays: Double? = null, name: String, partitionCount: Double? = null, partitionIds: List<String>, retentionDescription: RetentionDescriptionResponse? = null, status: String? = null, systemData: SystemDataResponse, type: String, updatedAt: String, userMetadata: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Properties of capture description
Link copied to clipboard
Number of days to retain the events for this Event Hub, value should be 1 to 7 days
Link copied to clipboard
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.
Link copied to clipboard
Current number of shards on the Event Hub.
Link copied to clipboard
Event Hub retention settings
Link copied to clipboard
The system meta data relating to this resource.
Link copied to clipboard
Gets and Sets Metadata of User.