• InfluxDB3.Client API
Show / Hide Table of Contents
  • InfluxDB3.Client
    • IInfluxDBClient
    • InfluxDBApiException
    • InfluxDBClient
  • InfluxDB3.Client.Config
    • ClientConfig
    • QueryOptions
    • WriteOptions
  • InfluxDB3.Client.Internal
    • TypeCasting
  • InfluxDB3.Client.Query
    • QueryType
  • InfluxDB3.Client.Write
    • PointData
    • PointDataValues
    • WritePrecision

Class TypeCasting

Inheritance
object
TypeCasting
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InfluxDB3.Client.Internal
Assembly: InfluxDB3.Client.dll
Syntax
public class TypeCasting

Methods

GetMappedValue(Field, object?)

Function to cast value return based on metadata from InfluxDB.

Declaration
public static object? GetMappedValue(Field field, object? value)
Parameters
Type Name Description
Field field

The Field object from Arrow

object value

The value to cast

Returns
Type Description
object

The value with the correct type

IsNumber(object?)

Declaration
public static bool IsNumber(object? value)
Parameters
Type Name Description
object value
Returns
Type Description
bool
In this article
Back to top Generated by DocFX