enableDatapointUpsertLogging property

bool? enableDatapointUpsertLogging
getter/setter pair

If true, logs to Cloud Logging errors relating to datapoint upserts.

Under normal operation conditions, these log entries should be very rare. However, if incompatible datapoint updates are being uploaded to an index, a high volume of log entries may be generated in a short period of time. Note that logs may incur a cost, especially if the deployed index receives a high volume of datapoint upserts. Estimate your costs before enabling this option.

Optional.

Implementation

core.bool? enableDatapointUpsertLogging;