RemoveByDocumentIdRequest


class RemoveByDocumentIdRequest


Encapsulates a request to remove documents by namespace and IDs from the AppSearchSession database.

See also
AppSearchSession

Summary

Nested types

Builder for RemoveByDocumentIdRequest objects.

Public functions

(Mutable)Set<String!>

Returns the set of document IDs attached to the request.

String

Returns the namespace to remove documents from.

Public functions

getIds

Added in 1.1.0-alpha04
fun getIds(): (Mutable)Set<String!>

Returns the set of document IDs attached to the request.

getNamespace

Added in 1.1.0-alpha04
fun getNamespace(): String

Returns the namespace to remove documents from.