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

Async tests for get_records endpoint. More...

Public Member Functions

async Task TestGetRecordsAllAsync ()
 
async Task TestGetRecordsPaginationAsync ()
 
async Task TestGetRecordsWithFilterAsync ()
 
async Task TestGetRecordsWithSortingAsync ()
 
async Task TestGetRecordsLimitZeroAsync ()
 
async Task TestGetRecordsFromEmptyTableAsync ()
 
async Task TestGetRecordsOffsetBeyondEndAsync ()
 

Detailed Description

Async tests for get_records endpoint.

These tests verify that async record retrieval operations work correctly.

Definition at line 16 of file AsyncGetRecordsTests.cs.

Member Function Documentation

◆ TestGetRecordsAllAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncGetRecordsTests.TestGetRecordsAllAsync ( )
inline

Definition at line 35 of file AsyncGetRecordsTests.cs.

◆ TestGetRecordsFromEmptyTableAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncGetRecordsTests.TestGetRecordsFromEmptyTableAsync ( )
inline

Definition at line 109 of file AsyncGetRecordsTests.cs.

◆ TestGetRecordsLimitZeroAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncGetRecordsTests.TestGetRecordsLimitZeroAsync ( )
inline

Definition at line 96 of file AsyncGetRecordsTests.cs.

◆ TestGetRecordsOffsetBeyondEndAsync()

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

Definition at line 122 of file AsyncGetRecordsTests.cs.

◆ TestGetRecordsPaginationAsync()

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

Definition at line 47 of file AsyncGetRecordsTests.cs.

◆ TestGetRecordsWithFilterAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncGetRecordsTests.TestGetRecordsWithFilterAsync ( )
inline

Definition at line 70 of file AsyncGetRecordsTests.cs.

◆ TestGetRecordsWithSortingAsync()

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

Definition at line 82 of file AsyncGetRecordsTests.cs.


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