DownloadManager.ColumnTotalSizeBytes Field

Definition

Total size of the download in bytes.

[Android.Runtime.Register("COLUMN_TOTAL_SIZE_BYTES")]
public const string ColumnTotalSizeBytes;
[<Android.Runtime.Register("COLUMN_TOTAL_SIZE_BYTES")>]
val mutable ColumnTotalSizeBytes : string

Field Value

Attributes

Remarks

Total size of the download in bytes. This will initially be -1 and will be filled in once the download starts.

Java documentation for android.app.DownloadManager.COLUMN_TOTAL_SIZE_BYTES.

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