Delen via


IFileDetails.ChunkSize Property

Definition

Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB).

[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="chunkSize", Update=true)]
public int? ChunkSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="chunkSize", Update=true)>]
member this.ChunkSize : Nullable<int> with get, set
Public Property ChunkSize As Nullable(Of Integer)

Property Value

Attributes

Applies to