RolloverLogCreate Method
Creates a new
RolloverLogFile for specified source files and a destination file.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public RolloverLogFile Create(
List<Guid> sourceFiles,
Guid destinationFile
)
Public Function Create (
sourceFiles As List(Of Guid),
destinationFile As Guid
) As RolloverLogFile
public:
RolloverLogFile^ Create(
List<Guid>^ sourceFiles,
Guid destinationFile
)
function Create(sourceFiles, destinationFile);
- 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.
RolloverLogFileA new instance of
RolloverLogFile representing the rollover log.
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.