Share via


DataPhaseOperationStateProvider.CleanupDataStorageAsync Method

Definition

Remove the data for this table in the storage.

public override System.Threading.Tasks.Task<bool> CleanupDataStorageAsync (string schemaName, string tableStepName);
override this.CleanupDataStorageAsync : string * string -> System.Threading.Tasks.Task<bool>
Public Overrides Function CleanupDataStorageAsync (schemaName As String, tableStepName As String) As Task(Of Boolean)

Parameters

schemaName
String

Schema name

tableStepName
String

Table name

Returns

True if successful

Applies to