Share via


IForeachWriter.Open(Int64, Int64) Method

Definition

Called when starting to process one partition of new data in the executor.

public bool Open (long partitionId, long epochId);
abstract member Open : int64 * int64 -> bool
Public Function Open (partitionId As Long, epochId As Long) As Boolean

Parameters

partitionId
Int64

The partition id.

epochId
Int64

A unique id for data deduplication.

Returns

True if successful, false otherwise.

Applies to