enableAccessLogging property

bool? enableAccessLogging
getter/setter pair

If true, private endpoint's access logs are sent to Cloud Logging.

These logs are like standard server access logs, containing information like timestamp and latency for each MatchRequest. Note that logs may incur a cost, especially if the deployed index receives a high queries per second rate (QPS). Estimate your costs before enabling this option.

Optional.

Implementation

core.bool? enableAccessLogging;