RestoreOptions.MaxTransferSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.