Get-VBORepositorySynchronizeSession
Short Description
Returns sessions that are running to synchronize cache between object storage repositories and the PersistentCache database on the PostgreSQL instance.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all synchronization sessions.
Get-VBORepositorySynchronizeSession [<CommonParameters>] |
- Get synchronization sessions for a specific object storage repository.
Get-VBORepositorySynchronizeSession [-Repository <VBORepository>] [<CommonParameters>] |
Detailed Description
This cmdlet returns sessions that are running to synchronize cache between object storage repositories and the PersistentCache database on the PostgreSQL instance.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Repository | Specifies object storage repository. The cmdlet will return details of metadata (cache) synchronization between this object storage repository and the PersistentCache database created for this object storage repository on the PostgreSQL instance. | Accepts the VBORepository object. To get this object, run the Get-VBORepository cmdlet. | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBORepositorySynchronizeSession object that contains details on the synchronization of cache between object storage repository and the PersistentCache database on the PostgreSQL instance.
Examples
Example 1. Getting All Synchronization Sessions
This command returns all sessions that are running to synchronize cache between object storage repositories and the PersistentCache database on the PostgreSQL instance.
|
Example 2. Getting Synchronization Sessions of Specific Object Storage
This example shows how to get sessions that are running to synchronize cache between the specific object storage repository and the PersistentCache database on the PostgreSQL instance.
Perform the following steps:
The cmdlet output will contain the following details on synchronization status of object storage repository: RepositoryId, RepositoryName and Status. |
Related Commands