VBRBackupSession
In this article
This object contains job session.
Related Commands
Properties
The "?" mark indicates that the type property accepts zero values.
Property | Type | Description |
---|---|---|
CreationTime | DateTime | The date and time of session creation. |
EndTime | DateTime? | The date and time of session end. |
JobId | GUID | The job ID. |
Progress | int32 | The job progress (in percent). |
Result | VBRSessionResult | The job result:
|
RunManually | bool | Indicates if the session was started manually. |
State | VBRSessionState | The session state:
|
Log | VBRLogItem [] | The session log. |