interface PostBucketRequest {
    description?: string;
    name: string;
    orgID: string;
    retentionRules?: RetentionRules;
    rp?: string;
    schemaType?: SchemaType;
}

Properties

description?: string

A description of the bucket.

name: string

The name of the bucket.

orgID: string

Organization ID. The ID of the organization.

retentionRules?: RetentionRules
rp?: string

Retention policy is an InfluxDB 1.x concept that represents the duration of time that each data point in the retention policy persists. Use rp for compatibility with InfluxDB 1.x. The InfluxDB 2.x and Cloud equivalent is retention period.

schemaType?: SchemaType

Schema Type. Use explicit to enforce column names, tags, fields, and data types for your data.

  • Default is implicit.
  • Doesn't support schemaType.
MMNEPVFCICPMFPCPTTAAATR