Class Column
The annotation is used to customize bidirectional mapping between POCO and Flux query result or Line Protocol.
Inheritance
System.Object
Column
Assembly: InfluxDB.Client.Core.dll
Syntax
public sealed class Column : Attribute
Constructors
Column()
Declaration
Column(String)
Declaration
public Column(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
IsMeasurement
Declaration
public bool IsMeasurement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTag
Declaration
public bool IsTag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTimestamp
Declaration
public bool IsTimestamp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|