Freigeben über


IEventhubProperties.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.Runtime.Info(Description="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 ", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="retentionTimeInHours")]
public long? RetentionDescriptionRetentionTimeInHour { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="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 ", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="retentionTimeInHours")>]
member this.RetentionDescriptionRetentionTimeInHour : Nullable<int64> with get, set
Public Property RetentionDescriptionRetentionTimeInHour As Nullable(Of Long)

Property Value

Attributes

Applies to