Share via


CommitBlobResponse.Result Property

Definition

Returns the AppSearchBatchResult object containing the results of the commit operation for each AppSearchBlobHandle.

public Android.App.AppSearch.AppSearchBatchResult Result { [Android.Runtime.Register("getResult", "()Landroid/app/appsearch/AppSearchBatchResult;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getResult", "()Landroid/app/appsearch/AppSearchBatchResult;", "", ApiSince=36)>]
member this.Result : Android.App.AppSearch.AppSearchBatchResult

Property Value

A AppSearchBatchResult maps AppSearchBlobHandles which is a unique identifier for a specific blob being committed to the outcome of that commit. If the operation was successful, the result for that handle is null; if there was an error, the result contains an AppSearchResult with details of the failure.

Attributes

Remarks

Returns the AppSearchBatchResult object containing the results of the commit operation for each AppSearchBlobHandle.

Java documentation for android.app.appsearch.CommitBlobResponse.getResult().

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