RolloverLogCreate Method

Creates a new RolloverLogFile for specified source files and a destination file.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public RolloverLogFile Create(
	List<Guid> sourceFiles,
	Guid destinationFile
)

Parameters

sourceFiles  ListGuid
The list of source file identifiers to include in the rollover log.
destinationFile  Guid
The identifier of the destination file for the rollover operation.

Return Value

RolloverLogFile
A new instance of RolloverLogFile representing the rollover log.

Remarks

The Create(ListGuid, Guid) method generates a new unique file name using the archive's settings, and then creates a RolloverLogFile instance to represent the rollover log for the specified source files and destination file.

See Also