Language

StorageInfo.Builder.SetBlobsSizeBytes(Int64) Method

Definition

Sets the size of stored blobs in bytes.

[Android.Runtime.Register("setBlobsSizeBytes", "(J)Landroid/app/appsearch/StorageInfo$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.StorageInfo.Builder SetBlobsSizeBytes(long blobsSizeBytes);
[<Android.Runtime.Register("setBlobsSizeBytes", "(J)Landroid/app/appsearch/StorageInfo$Builder;", "", ApiSince=36)>]
member this.SetBlobsSizeBytes : int64 -> Android.App.AppSearch.StorageInfo.Builder

Parameters

blobsSizeBytes
Int64

Returns

Attributes

Remarks

Sets the size of stored blobs in bytes.

Android reference for android.app.appsearch.StorageInfo.Builder.setBlobsSizeBytes.

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