Freigeben über


IRetentionDescription.MinCompactionLagTimeInMinute Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The minimum time a message will remain ineligible for compaction in the log. This value is used when cleanupPolicy is Compact or DeleteOrCompact.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="minCompactionLagTimeInMinutes", Update=true)]
public long? MinCompactionLagTimeInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The minimum time a message will remain ineligible for compaction in the log. This value is used when cleanupPolicy is Compact or DeleteOrCompact.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="minCompactionLagTimeInMinutes", Update=true)>]
member this.MinCompactionLagTimeInMinute : Nullable<int64> with get, set
Public Property MinCompactionLagTimeInMinute As Nullable(Of Long)

Property Value

Attributes

Applies to