This is an archive version of the document. To get the most up-to-date information, see the current version.

VBRBackupSession

In this article

    This object contains job session.

    Related Commands

    Get-VBRSession

    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:

    • None
    • Success
    • Warning
    • Failed.

    RunManually  

    bool

    Indicates if the session was started manually.

    State

    VBRSessionState

    The session state:

    • Stopped
    • Starting
    • Stopping
    • Working
    • Pausing
    • Resuming
    • WaitingTape
    • Idle
    • Postprocessing
    • WaitingRepository.

    Log

    VBRLogItem []

    The session log.