Resume-NCacheDataPersistence - PowerShell Cmdlet
This PowerShell Cmdlet tool enables the user to resume the suspended data persistence to the persistence store.
Note
This feature is only available in NCache Enterprise.
Resume-NCacheDataPersistence [-CacheName] [-Server] [-Port]
Examples of Resume-NCacheDataPersistence - PowerShell Cmdlet
- This PowerShell Cmdlet resumes the suspended data persistence of the cache demoCache to the persistence store.
Resume-NCacheDataPersistence -CacheName demoCache
- This PowerShell Cmdlet resumes the suspended data persistence of the cache demoCache to the persistence store on the server 20.200.20.11.
Resume-NCacheDataPersistence -CacheName demoCache -Server 20.200.20.11
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-CacheName* |
<String> |
Specifies the name of the cache to resume persistence. It should be a running cache with persistence. | - |
-Server |
<String> |
Specifies the NCache server IPs where Cache is configured, separated by commas e.g. 20.200.20.11, 20.200.20.12 | - |
-Port |
<Integer> |
Specifies the port on which NCache server is listening. | 8250 |