次の方法で共有


ICaptureDescription.SizeLimitInByte Property

Definition

The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="sizeLimitInBytes", Update=true)]
public int? SizeLimitInByte { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The size window defines the amount of data built up in your Event Hub before an capture operation, value should be between 10485760 to 524288000 bytes", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="sizeLimitInBytes", Update=true)>]
member this.SizeLimitInByte : Nullable<int> with get, set
Public Property SizeLimitInByte As Nullable(Of Integer)

Property Value

Attributes

Applies to