Android.OS.StatFs.AvailableBlocksLong Property
The number of blocks that are free on the file system and available to applications.

Syntax

[get: Android.Runtime.Register("getAvailableBlocksLong", "()J", "GetGetAvailableBlocksLongHandler")]
public virtual long AvailableBlocksLong { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The number of blocks that are free on the file system and available to applications. This corresponds to the Unix statvfs.f_bavail field.

[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