Android.OS.StatFs: Property Members

The properties of Android.OS.StatFs are listed below. For a list of all members, see the StatFs Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AvailableBlocksint.
[read-only]
AvailableBlocksLonglong. The number of blocks that are free on the file system and available to applications.
[read-only]
AvailableByteslong. The number of bytes that are free on the file system and available to applications.
[read-only]
BlockCountint.
[read-only]
BlockCountLonglong. The total number of blocks on the file system.
[read-only]
BlockSizeint.
[read-only]
BlockSizeLonglong. The size, in bytes, of a block on the file system.
[read-only]
FreeBlocksint.
[read-only]
FreeBlocksLonglong. The total number of blocks that are free on the file system, including reserved blocks (that are not available to normal applications).
[read-only]
FreeByteslong. The number of bytes that are free on the file system, including reserved blocks (that are not available to normal applications).
[read-only]
TotalByteslong. The total number of bytes supported by the file system.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.