RemoveByDocumentIdRequest
class RemoveByDocumentIdRequest
Encapsulates a request to remove documents by namespace and IDs from the AppSearchSession database.
| See also | |
|---|---|
removeAsync |
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
(Mutable)Set<String!> |
getIds()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
fun getIds(): (Mutable)Set<String!>
Returns the set of document IDs attached to the request.
getNamespace
Added in 1.1.0
fun getNamespace(): String
Returns the namespace to remove documents from.