influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

PatchBucketRequest interface

An object that contains updated bucket properties to apply.

Signature:

interface PatchBucketRequest 

Properties

Property Modifiers Type Description
description?   string (Optional) A description of the bucket.
name?   string (Optional) The name of the bucket.
retentionRules?   PatchRetentionRules (Optional)