Click or drag to resize

FileSystemEntryLogicalBytesPerSector Property

Gets the logical bytes per sector reported by physical storage. This is the smallest size for which uncached I/O is supported.

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

Property Value

Type: UInt32
The logical bytes per sector reported by physical storage.
See Also