IForeachWriter.Open(Int64, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.