IFileDetails.FileSize 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 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