ScheduleExecutionDataBackUpSize Property
|
Size of the backup
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<decimal> BackUpSize { get; set; }<DataMemberAttribute>
Public Property BackUpSize As Nullable(Of Decimal)
Get
Set
public:
[DataMemberAttribute]
property Nullable<Decimal> BackUpSize {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}[<DataMemberAttribute>]
member BackUpSize : Nullable<decimal> with get, set
function get BackUpSize () : Nullable<decimal>
function set BackUpSize (value : Nullable<decimal>)
Property Value
Type:
NullableDecimal
See Also