StatFs.BlockCountLong Property

Definition

The total number of blocks on the file system.

public virtual long BlockCountLong { [Android.Runtime.Register("getBlockCountLong", "()J", "GetGetBlockCountLongHandler")] get; }
[<get: Android.Runtime.Register("getBlockCountLong", "()J", "GetGetBlockCountLongHandler")>]
member this.BlockCountLong : int64

Property Value

Attributes

Remarks

The total number of blocks on the file system. This corresponds to the Unix statvfs.f_blocks field.

Java documentation for android.os.StatFs.getBlockCountLong().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to