IFileDetails.ChunkSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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