NOTE: The configuration file, powershell_ise.exe.config must have the same content as that of thepowershell.exe.config file.CAUTION: If the pre-PowerShell or post-PowerShell script fails, the job also fails.Input parametersAll available input parameters are used in sample scripts. The parameters are described in the followingtables.NOTE: Script files must possess the same name as the sample script files.Table 5. AgentTransferConfiguration (namespace Replay.Common.Contracts.Transfer)Method Descriptionpublic uint MaxConcurrentStreams { get;set; }Gets or sets the maximum number of concurrentTCP connections the Core establishes to the agentfor transferring data.public uint MaxTransferQueueDepth{ get; set; }When a range of blocks are read from a transferstream, that range is placed on a producer orconsumer queue, where a consumer thread readsit and writes it to the epoch object. If the repositorywrites slower than the network reads, this queuefills up. The point at which the queue is full andreads stop, is the maximum transfer queue depth.public uint MaxConcurrentWrites { get;set; }Gets or sets the maximum number of block writeoperations to have outstanding on an epoch at anygiven time. If additional blocks are received whenthis many block writes are outstanding, thoseadditional blocks are ignored until one of theoutstanding writes finishes.public ulong MaxSegmentSize { get;set; }Gets or sets the maximum number of contiguousblocks to transfer in a single request. Dependingon testing, higher or lower values may be optimal.public Priority Priority { get; set; } Gets or sets the priority for transfer request.public int MaxRetries { get; set; } Gets or sets the maximum number of times a failedtransfer is retried before it is presumed failed.public Guid ProviderId{ get; set; } Gets or sets the GUID of the VSS provider to usefor snapshots on this host. Administrators typicallyaccept the default.publicCollectionExcludedWriterIds { get; set; }Gets or sets the collection of VSS writer IDs, whichis excluded from this snapshot. The writer ID isdetermined by the name of the writer. This name isfor documentation purposes only and does nothave to exactly match the name of the writer.163