interface DBRPCreate {
    bucketID: string;
    database: string;
    default?: boolean;
    org?: string;
    orgID?: string;
    retention_policy: string;
}

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.

org?: string

The name of the organization that owns this mapping.

orgID?: string

The ID of the organization.

retention_policy: string

InfluxDB v1 retention policy

MMNEPVFCICPMFPCPTTAAATR