28 public string Payload {
get;
set; } =
string.Empty;
41 $
"IngestRecord {{ TimestampMillis={TimestampMillis}, Source={Source}, PayloadSize={Payload.Length} }}";
89 public string Payload {
get;
set; } =
string.Empty;
104 public override string ToString() =>
105 $
"IngestRecord2 {{ TimestampMillis={TimestampMillis}, Source={Source}, ThreadId={ThreadId}, LocalCount={LocalCount}, Nanosecond={Nanosecond}, PayloadSize={Payload.Length} }}";
Extended ingest record schema matching the Rust IngestRecord2.
ShardKeyValues GetShardKeyValues()
Returns shard key column names and their typed values.
long Nanosecond
High-precision nanosecond timestamp for latency measurements.
string Payload
Variable-size payload for measuring throughput with different record sizes.
long TimestampMillis
Timestamp in milliseconds since Unix epoch.
Column properties used for Kinetica types.
static Dictionary< string, IList< string > > GetTypeProperties()
Gets the column properties for type creation.
const string TIMESTAMP
Valid only for 'long' columns.
override string ToString()
ShardKeyValues GetShardKeyValues()
Returns shard key column names and their typed values.
long TimestampMillis
Timestamp in milliseconds since Unix epoch.
long LocalCount
Thread-local record counter for ordering analysis.
Collection of shard key column names and values.
int Source
Source identifier (set to message_size for tracking payload size).
Basic ingest record schema matching the Rust IngestRecord.
override string ToString()
string Payload
Variable-size payload for measuring throughput with different record sizes.
int ThreadId
Thread producer ID for multi-threaded load generation analysis.
static Dictionary< string, IList< string > > GetTypeProperties()
Gets the column properties for type creation.
int Source
Source identifier (set to message_size for tracking payload size).
const string DATA
Default property for all numeric and string type columns; makes the column available for GPU queries.