Kinetica   C#   API  Version 7.2.3.1
Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests Class Reference

Async integration tests for record retrieval. More...

Public Member Functions

async Task TestGetRecordsBasicAsync ()
 
async Task TestGetRecordsByShardKeyAsync ()
 
async Task TestGetRecordsWithExpressionAsync ()
 
async Task TestGetRecordsMultipleKeysAsync ()
 
async Task TestGetRecordsWithSortingAsync ()
 
async Task TestGetRecordsPaginationAsync ()
 
async Task TestGetRecordsEmptyTableAsync ()
 
async Task TestGetRecordsOffsetBeyondEndAsync ()
 
async Task TestGetRecordsSpecificColumnsAsync ()
 
async Task TestGetRecordsWithAggregationAsync ()
 
async Task TestGetRecordsGroupByAsync ()
 

Detailed Description

Async integration tests for record retrieval.

These tests verify that async record retrieval operations work correctly with various data types and shard keys.

Definition at line 17 of file AsyncRecordRetrieverTests.cs.

Member Function Documentation

◆ TestGetRecordsBasicAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsBasicAsync ( )
inline

Definition at line 63 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsByShardKeyAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsByShardKeyAsync ( )
inline

Definition at line 78 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsEmptyTableAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsEmptyTableAsync ( )
inline

Definition at line 168 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsGroupByAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsGroupByAsync ( )
inline

Definition at line 220 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsMultipleKeysAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsMultipleKeysAsync ( )
inline

Definition at line 111 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsOffsetBeyondEndAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsOffsetBeyondEndAsync ( )
inline

Definition at line 181 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsPaginationAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsPaginationAsync ( )
inline

Definition at line 144 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsSpecificColumnsAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsSpecificColumnsAsync ( )
inline

Definition at line 194 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsWithAggregationAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsWithAggregationAsync ( )
inline

Definition at line 207 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsWithExpressionAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsWithExpressionAsync ( )
inline

Definition at line 92 of file AsyncRecordRetrieverTests.cs.

◆ TestGetRecordsWithSortingAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncRecordRetrieverTests.TestGetRecordsWithSortingAsync ( )
inline

Definition at line 131 of file AsyncRecordRetrieverTests.cs.


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