Click or drag to resize

FileSystemEntryFileSystemEffectivePhysicalBytesPerSectorForAtomicity Property

Gets the size of the block used for atomicity by the file system. This may be a trade-off between the optimal size of the physical media and one that is easier to adapt existing code and structures.

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

Property Value

Type: UInt32
The size of the block used for atomicity by the file system.
See Also