Skip to content

DataAdapterEx.reconcileDeletion method

DataAdapterEx › reconcileDeletion

Unofficial

Reconcile a deletion.

Signature:

reconcileDeletion(normalizedPath: string, normalizedNewPath: string, shouldSkipDeletionTimeout?: boolean | undefined): Promise<void>

Parameters:

ParameterTypeDescription
normalizedPathstringpath to file.
normalizedNewPathstringnew path to file.
shouldSkipDeletionTimeout?boolean | undefinedwhether the deletion timeout should be skipped (default: true).

Returns: Promise<void>A promise that resolves when the file is reconciled.