influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > DBRP

DBRP interface

Signature:

interface DBRP 

Properties

Property Modifiers Type Description
bucketID   string The ID of the bucket used as the target for the translation.
database   string InfluxDB v1 database
default   boolean Mapping represents the default retention policy for the database specified.
id readonly string The ID of the DBRP mapping.
links?   Links (Optional)
orgID   string The ID of the organization.
retention_policy   string InfluxDB v1 retention policy
virtual?   boolean (Optional) Indicates an autogenerated, virtual mapping based on the bucket name. Currently only available in OSS.