Share via


IFileDetails.FileSize Property

Definition

Size of the file to be uploaded. The file size must not exceed 5 MB and should be provided in bytes.

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

Property Value

Attributes

Applies to