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

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

Inheritance diagram for Avro.Util.TimeMillisecond:
Avro.Util.LogicalUnixEpochType< TimeSpan >

Public Member Functions

 TimeMillisecond ()
 Initializes a new TimeMillisecond 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< TimeSpan >
override Type GetCSharpType (bool nullible)
 
override bool IsInstanceOfLogicalType (object logicalValue)
 

Static Public Attributes

static readonly string LogicalTypeName = "time-millis"
 The logical type name for TimeMillisecond.
 

Additional Inherited Members

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

Detailed Description

The 'time-millis' logical type.


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