次の方法で共有


EventhubProperties.RetentionDescriptionRetentionTimeInHour Property

Definition

Number of hours to retain the events for this Event Hub. This value is only used when cleanupPolicy is Delete. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventHub.PropertyOrigin.Inlined)]
public long? RetentionDescriptionRetentionTimeInHour { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventHub.PropertyOrigin.Inlined)>]
member this.RetentionDescriptionRetentionTimeInHour : Nullable<int64> with get, set
Public Property RetentionDescriptionRetentionTimeInHour As Nullable(Of Long)

Property Value

Implements

Attributes

Applies to