CommitBlobResponse.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 AppSearchBlobHandle
s 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.