Skip to main content
Table of Contents

Interface IProjectionViewTruncator

Namespace
Stratara.Abstractions.Projections
Assembly
Stratara.Abstractions.dll

Truncates every projection view as part of a replay reset. Implementations typically execute a single transaction with TRUNCATE ... CASCADE across the read-store schema.

public interface IProjectionViewTruncator
Extension Methods

Methods

TruncateAllAsync(CancellationToken)

Truncate every projection view managed by the host.

Task TruncateAllAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task