Input Parameters; Replay.common.contracts.transfer) - Dell PowerVault DL4000 User Manual

Backup to disk appliance - poweredby appassure
Hide thumbs Also See for PowerVault DL4000:
Table of Contents

Advertisement

NOTE: The configuration file, powershell_ise.exe.config must have the same content as that of the
powershell.exe.config file.
CAUTION: If the pre-PowerShell or post-PowerShell script fails, the job also fails.

Input Parameters

All available input parameters are used in sample scripts. The parameters are described in the following tables.
NOTE: Script files must possess the same name as the sample script files.
AgentProtectionStorageConfiguration (namespace Replay.Common.Contracts.Agents)
Method
public Guid RepositoryId { get; set; }
public string EncryptionKeyId { get;
set; }
AgentTransferConfiguration (namespace Replay.Common.Contracts.Transfer)
Method
public uint MaxConcurrentStreams { get;
set; }
public uint MaxTransferQueueDepth
{ get; set; }
public uint MaxConcurrentWrites { get;
set; }
public ulong MaxSegmentSize { get;
set; }
public Priority Priority { get; set; }
public int MaxRetries { get; set; }
150
Description
Gets or sets the ID of the repository where this agent's
recovery points are stored.
Gets or sets the ID of the encryption key for this agent's
recovery points. An empty string means no encryption.
Description
Gets or sets the maximum number of concurrent TCP
connections the Core establishes to the agent for
transferring data.
When a range of blocks are read from a transfer stream,
that range is placed on a producer or consumer queue,
where a consumer thread reads it and writes it to the
epoch object. If the repository writes slower than the
network reads, this queue fills up. The point at which the
queue is full and reads stop, is the maximum transfer
queue depth.
Gets or sets the maximum number of block write
operations to have outstanding on an epoch at any given
time. If additional blocks are received when this many
block writes are outstanding, those additional blocks are
ignored until one of the outstanding writes finishes.
Gets or sets the maximum number of contiguous blocks to
transfer in a single request. Depending on testing, higher
or lower values may be optimal.
Gets or sets the priority for transfer request.
Gets or sets the maximum number of times a failed
transfer is retried before it is presumed failed.

Advertisement

Table of Contents
loading

Table of Contents