Language

StorageInfo.Builder.SetBlobsCount(Int32) Method

Definition

Sets the number of stored blobs.

[Android.Runtime.Register("setBlobsCount", "(I)Landroid/app/appsearch/StorageInfo$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.StorageInfo.Builder SetBlobsCount(int blobsCount);
[<Android.Runtime.Register("setBlobsCount", "(I)Landroid/app/appsearch/StorageInfo$Builder;", "", ApiSince=36)>]
member this.SetBlobsCount : int -> Android.App.AppSearch.StorageInfo.Builder

Parameters

blobsCount
Int32

Returns

Attributes

Remarks

Sets the number of stored blobs.

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

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