indexUpdateMethod property
The update method to use with this Index.
If not set, BATCH_UPDATE will be used by default.
Immutable. Possible string values are:
- "INDEX_UPDATE_METHOD_UNSPECIFIED" : Should not be used.
- "BATCH_UPDATE" : BatchUpdate: user can call UpdateIndex with files on Cloud Storage of Datapoints to update.
- "STREAM_UPDATE" : StreamUpdate: user can call UpsertDatapoints/DeleteDatapoints to update the Index and the updates will be applied in corresponding DeployedIndexes in nearly real-time.
Implementation
core.String? indexUpdateMethod;