The members of Android.OS.StatFs are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | AvailableBlocks | int. |
[read-only] | AvailableBlocksLong | long. The number of blocks that are free on the file system and available to applications. |
[read-only] | AvailableBytes | long. The number of bytes that are free on the file system and available to applications. |
[read-only] | BlockCount | int. |
[read-only] | BlockCountLong | long. The total number of blocks on the file system. |
[read-only] | BlockSize | int. |
[read-only] | BlockSizeLong | long. The size, in bytes, of a block on the file system. |
[read-only] | FreeBlocks | int. |
[read-only] | FreeBlocksLong | long. The total number of blocks that are free on the file system, including reserved blocks (that are not available to normal applications). |
[read-only] | FreeBytes | long. The number of bytes that are free on the file system, including reserved blocks (that are not available to normal applications). |
[read-only] | TotalBytes | long. The total number of bytes supported by the file system. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |