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

Syntax

[get: Android.Runtime.Register("getFreeBytes", "()J", "GetGetFreeBytesHandler")]
public virtual long FreeBytes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The number of bytes that are free on the file system, including reserved blocks (that are not available to normal applications). Most applications will want to use StatFs.AvailableBytes 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