Click or drag to resize

FileSystemEntryPhysicalBytesPerSectorForAtomicity Property

Gets the bytes per sector for atomic writes. Writes smaller than this may require a read before the entire block can be written atomically.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public uint PhysicalBytesPerSectorForAtomicity { get; }

Property Value

Type: UInt32
The bytes per sector for atomic writes.
See Also