Kinetica   C#   API  Version 7.2.3.1
Kinetica.Benchmarks.AvroDecodeRecord Class Reference

Avro decode benchmark record type. More...

Properties

int id [get, set]
 
string category = "" [get, set]
 
double value [get, set]
 
long timestamp [get, set]
 
string payload = "" [get, set]
 

Detailed Description

Avro decode benchmark record type.

Definition at line 25 of file AvroDecodeBenchmarks.cs.

Property Documentation

◆ category

string Kinetica.Benchmarks.AvroDecodeRecord.category = ""
getset

Definition at line 28 of file AvroDecodeBenchmarks.cs.

◆ id

int Kinetica.Benchmarks.AvroDecodeRecord.id
getset

Definition at line 27 of file AvroDecodeBenchmarks.cs.

◆ payload

string Kinetica.Benchmarks.AvroDecodeRecord.payload = ""
getset

Definition at line 31 of file AvroDecodeBenchmarks.cs.

◆ timestamp

long Kinetica.Benchmarks.AvroDecodeRecord.timestamp
getset

Definition at line 30 of file AvroDecodeBenchmarks.cs.

◆ value

double Kinetica.Benchmarks.AvroDecodeRecord.value
getset

Definition at line 29 of file AvroDecodeBenchmarks.cs.


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