Struct influx_db_client::keys::Point [] [src]

pub struct Point {
    pub measurement: String,
    pub tags: HashMap<String, Value>,
    pub fields: HashMap<String, Value>,
    pub timestamp: Option<i64>,
}

influxdb point

Fields

measurement

tags

fields

timestamp

Methods

impl Point
[src]

[src]

Create a new point

[src]

Add a tag and its value

[src]

Add a field and its value

[src]

Set the specified timestamp

Trait Implementations

impl Debug for Point
[src]

[src]

Formats the value using the given formatter.

impl Clone for Point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more