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  {
48  }
49 
58  {
59  }
Combined interface for records that support bulk insertion with shard-aware routing.
ShardKeyValues GetShardKeyValues()
Returns shard key column names and their typed values.
Collection of shard key column names and values.
Interface for records that can be inserted into Kinetica.
Interface for extracting shard key values from a record.