Show / Hide Table of Contents

Enum IndexingResource.DatasourcesResource.ItemsResource.DeleteRequest.ModeEnum

Required. The RequestMode for this request.

Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public enum ModeEnum

Fields

Name Description
ASYNCHRONOUS

For changes that are executed after the response is sent back to the caller.

SYNCHRONOUS

For real-time updates.

UNSPECIFIED

Priority is not specified in the update request. Leaving priority unspecified results in an update failure.

Back to top