Avro C#
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
Avro.Util.TimestampMillisecond Class Reference

The 'timestamp-millis' logical type. More...

Inheritance diagram for Avro.Util.TimestampMillisecond:
Avro.Util.LogicalUnixEpochType< DateTime >

Public Member Functions

 TimestampMillisecond ()
 Initializes a new TimestampMillisecond logical type.
 
override void ValidateSchema (LogicalSchema schema)
 
override object ConvertToBaseValue (object logicalValue, LogicalSchema schema)
 
override object ConvertToLogicalValue (object baseValue, LogicalSchema schema)
 
- Public Member Functions inherited from Avro.Util.LogicalUnixEpochType< DateTime >
override Type GetCSharpType (bool nullible)
 
override bool IsInstanceOfLogicalType (object logicalValue)
 

Static Public Attributes

static readonly string LogicalTypeName = "timestamp-millis"
 The logical type name for TimestampMillisecond.
 

Additional Inherited Members

- Protected Member Functions inherited from Avro.Util.LogicalUnixEpochType< DateTime >
 LogicalUnixEpochType (string name)
 Initializes the base logical type.
 
- Static Protected Attributes inherited from Avro.Util.LogicalUnixEpochType< DateTime >
static readonly DateTime UnixEpochDateTime
 The date and time of the Unix Epoch.
 
const long TicksPerMicrosecond
 Number of ticks per microsecond.
 

Detailed Description

The 'timestamp-millis' logical type.


The documentation for this class was generated from the following file: