RestoreOptions.Blocksize Property

Definition

BLOCKSIZE Specifies the physical block size, in bytes. The supported sizes are 512, 1024, 2048, 4096, 8192, 16384, 32768, and 65536 (64 KB) bytes. The default is 65536 for tape devices and 512 otherwise. If you are restoring a backup from a CD-ROM, specify BLOCKSIZE=2048.

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

Property Value

The blocksize.

Applies to