Kinetica   C#   API  Version 7.2.3.1
Example.CleanupAllExample Class Reference

Example: Cleanup All Test Tables More...

Static Public Member Functions

static async Task RunAsync (string schemaPattern="test_schema")
 

Detailed Description

Example: Cleanup All Test Tables

This example demonstrates how to drop all tables matching a pattern in a schema. Useful for cleaning up after test runs.

WARNING: This operation is IRREVERSIBLE!

Definition at line 101 of file TableUtilities.cs.

Member Function Documentation

◆ RunAsync()

static async Task Example.CleanupAllExample.RunAsync ( string  schemaPattern = "test_schema")
inlinestatic

Definition at line 103 of file TableUtilities.cs.


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