VBRBackupSession
Contains job session.
Properties
"?" indicates that the property accepts zero values.
Property | Type | Description |
---|---|---|
CreationTime | DateTime | Date and time of session creation. |
EndTime | DateTime? | Date and time of session end. |
JobId | GUID | Job ID. |
Progress | int32 | Job progress (percent). |
Result | Session result. | |
RunManually | bool | Indicates if the session was started manually (TRUE) or not (FALSE). |
State | Session state. | |
Log | Session log. |
Related Commands