interface DBRP {
    bucketID: string;
    database: string;
    default: boolean;
    id: string;
    links?: Links;
    orgID: string;
    retention_policy: string;
    virtual?: boolean;
}

Properties

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: string

The ID of the DBRP mapping.

links?: Links
orgID: string

The ID of the organization.

retention_policy: string

InfluxDB v1 retention policy

virtual?: boolean

Indicates an autogenerated, virtual mapping based on the bucket name. Currently only available in OSS.

MMNEPVFCICPMFPCPTTAAATR