Skip to content

Manage Propertygraph Statistics

neptunedata_manage_propertygraph_statistics R Documentation

Manages the generation and use of property graph statistics

Description

Manages the generation and use of property graph statistics.

When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ManageStatistics IAM action in that cluster.

Usage

neptunedata_manage_propertygraph_statistics(mode)

Arguments

mode

The statistics generation mode. One of: DISABLE_AUTOCOMPUTE, ENABLE_AUTOCOMPUTE, or REFRESH, the last of which manually triggers DFE statistics generation.

Value

A list with the following syntax:

list(
  status = "string",
  payload = list(
    statisticsId = "string"
  )
)

Request syntax

svc$manage_propertygraph_statistics(
  mode = "disableAutoCompute"|"enableAutoCompute"|"refresh"
)