BackupItem.SizeInBytes Property
Optional. Size of the backup zip file in bytes.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public long SizeInBytes { get; set; }
public:
property long long SizeInBytes {
long long get();
void set(long long value);
}
member SizeInBytes : int64 with get, set
Public Property SizeInBytes As Long
Property Value
Type: System.Int64
See Also
BackupItem Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top