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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public uint PhysicalBytesPerSectorForAtomicity { get; }
Property Value
Type:
UInt32The bytes per sector for atomic writes.
See Also