Kinetica C# API
Version 7.2.3.1
IShardKeyExtractor.cs
Go to the documentation of this file.
1
namespace
kinetica.Records;
2
34
public
interface
IShardKeyExtractor
35
{
47
ShardKeyValues
GetShardKeyValues
();
48
}
49
57
public
interface
IBulkInsertable
:
IKineticaRecord
,
IShardKeyExtractor
58
{
59
}
IBulkInsertable
Combined interface for records that support bulk insertion with shard-aware routing.
Definition:
IShardKeyExtractor.cs:57
IShardKeyExtractor.GetShardKeyValues
ShardKeyValues GetShardKeyValues()
Returns shard key column names and their typed values.
ShardKeyValues
Collection of shard key column names and values.
Definition:
ShardKeyValue.cs:317
IKineticaRecord
Interface for records that can be inserted into Kinetica.
Definition:
IKineticaRecord.cs:36
IShardKeyExtractor
Interface for extracting shard key values from a record.
Definition:
IShardKeyExtractor.cs:34
Kinetica
Records
IShardKeyExtractor.cs
Generated by
1.8.15