RestoreOptions.MaxTransferSize Property

Definition

MAXTRANSFERSIZE Specifies the largest unit of transfer in bytes to be used between the backup media and SQL Server. The possible values are multiples of 65536 bytes (64 KB) ranging up to 4194304 bytes (4 MB).

public int MaxTransferSize { get; set; }
member this.MaxTransferSize : int with get, set
Public Property MaxTransferSize As Integer

Property Value

The size of the max transfer.

Applies to