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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public uint FileSystemEffectivePhysicalBytesPerSectorForAtomicity { get; }
Property Value
Type:
UInt32The size of the block used for atomicity by the file system.
See Also