FileDetailsProperties.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Support.PropertyOrigin.Owned)]
public int? FileSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Origin(Microsoft.Azure.PowerShell.Cmdlets.Support.PropertyOrigin.Owned)>]
member this.FileSize : Nullable<int> with get, set
Public Property FileSize As Nullable(Of Integer)
Property Value
Implements
- Attributes