Avro C#
|
The 'time-micros' logical type. More...
Public Member Functions | |
TimeMicrosecond () | |
Initializes a new TimeMicrosecond logical type. More... | |
override void | ValidateSchema (LogicalSchema schema) |
override object | ConvertToBaseValue (object logicalValue, LogicalSchema schema) |
override object | ConvertToLogicalValue (object baseValue, LogicalSchema schema) |
![]() | |
override Type | GetCSharpType (bool nullible) |
override bool | IsInstanceOfLogicalType (object logicalValue) |
Static Public Attributes | |
static readonly string | LogicalTypeName = "time-micros" |
The logical type name for TimeMicrosecond. More... | |
Additional Inherited Members | |
![]() | |
LogicalUnixEpochType (string name) | |
Initializes the base logical type. More... | |
![]() | |
static readonly DateTime | UnixEpochDateTime |
The date and time of the Unix Epoch. More... | |
const long | TicksPerMicrosecond |
Number of ticks per microsecond. More... | |
The 'time-micros' logical type.
|
inline |
Initializes a new TimeMicrosecond logical type.
|
static |
The logical type name for TimeMicrosecond.