FileFlags Class

A set of flags that are in the archive files.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class FileFlags
Inheritance
Object    FileFlags

Methods

GetStage Gets the flag associated with the supplied stage.
GetStageNumber(Guid) Gets the number of the supplied stage flag.
GetStageNumber(Guid) Gets the stage number from the set of supplied file flags.
IsStageFlag Determines if the supplied flag is a stage flag.

Fields

IntermediateFile Indicates that this is an intermediate file that can still be automatically rolled over.
ManualRollover Indicates that the user requested this file to be rolled over, and therefore it should not be automatically recombined.
Stage0 Indicates that the file is in Stage 0. These files are in memory only and not compressed. These files may be created multiple times per second, but typically are incrementally added to 10-100 times per second.
Stage1 Indicates that the file is in Stage 1. These files usually have been written to the disk, and they are compressed.
Stage2 Indicates that the file is in Stage 2.
Stage3 Indicates that the file is in Stage 3.
Stage4 Indicates that the file is in Stage 4.
Stage5 Indicates that the file is in Stage 5.
Stage6 Indicates that the file is in Stage 6.
Stage7 Indicates that the file is in Stage 7.
Stage8 Indicates that the file is in Stage 8.
Stage9 Indicates that the file is in Stage 9.

See Also