BackupAccountUsedStorage Property
|
Amount of backup storage (in MB) currently used by the backup account
Namespace:
Aruba.Cloud.WsBackup.Entities
Assembly:
Aruba.Cloud.WsBackup (in Aruba.Cloud.WsBackup.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public int UsedStorage { get; set; }<DataMemberAttribute>
Public Property UsedStorage As Integer
Get
Set
public:
[DataMemberAttribute]
property int UsedStorage {
int get ();
void set (int value);
}[<DataMemberAttribute>]
member UsedStorage : int with get, set
function get UsedStorage () : int
function set UsedStorage (value : int)
Property Value
Type:
Int32
See Also