Android.OS.StatFs.FreeBlocksLong Property
The total number of blocks that are free on the file system, including reserved blocks (that are not available to normal applications).

Syntax

[get: Android.Runtime.Register("getFreeBlocksLong", "()J", "GetGetFreeBlocksLongHandler")]
public virtual long FreeBlocksLong { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The total number of blocks that are free on the file system, including reserved blocks (that are not available to normal applications). This corresponds to the Unix statvfs.f_bfree field. Most applications will want to use StatFs.AvailableBlocks instead.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18