Skip to main content

SearchTarget

Search options.

NameDescriptionType
indexSpecifies the index to use on the server.string
modeSpecifies the search mode (database vs. full-text search index).SearchMode
search_master_storageTrue to search from Master Storage.boolean
continuation_tokenContinuation token for paginating search results from Master Storage.string

Example

{
"index": "<!< Specifies the index to use on the server.>",
"mode": 3 /* Enum: SearchMode */,
"search_master_storage": false,
"continuation_token": "<continuation_token>"
}