C# Class GSF.Snap.Storage.FileFlags

A set of flags that are in the archive files.
显示文件 Open project: GridProtectionAlliance/openHistorian

Public Properties

Property Type Description
IntermediateFile System.Guid
ManualRollover System.Guid
Stage0 System.Guid
Stage1 System.Guid
Stage2 System.Guid
Stage3 System.Guid
Stage4 System.Guid
Stage5 System.Guid
Stage6 System.Guid
Stage7 System.Guid
Stage8 System.Guid
Stage9 System.Guid

Public Methods

Method Description
GetStage ( int stageNumber ) : System.Guid

Gets the flag associated with the supplied stage

Method Details

GetStage() public static method

Gets the flag associated with the supplied stage
public static GetStage ( int stageNumber ) : System.Guid
stageNumber int The stage number, must be between 0 and 9 inclusive.
return System.Guid

Property Details

IntermediateFile public_oe static_oe property

Indicates that this is an intermediate file that can still be automatically rolled over.
public static Guid,System IntermediateFile
return System.Guid

ManualRollover public_oe static_oe property

Indicates that the user requested this file to be rolled over, and therefore it should not be automatically recombined.
public static Guid,System ManualRollover
return System.Guid

Stage0 public_oe static_oe property

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.
public static Guid,System Stage0
return System.Guid

Stage1 public_oe static_oe property

Indicates that the file is in Stage 1. These files usually have been written to the disk, and they are compressed.
public static Guid,System Stage1
return System.Guid

Stage2 public_oe static_oe property

Indicates that the file is in Stage 2.
public static Guid,System Stage2
return System.Guid

Stage3 public_oe static_oe property

Indicates that the file is in Stage 3.
public static Guid,System Stage3
return System.Guid

Stage4 public_oe static_oe property

Indicates that the file is in Stage 4.
public static Guid,System Stage4
return System.Guid

Stage5 public_oe static_oe property

Indicates that the file is in Stage 5.
public static Guid,System Stage5
return System.Guid

Stage6 public_oe static_oe property

Indicates that the file is in Stage 6.
public static Guid,System Stage6
return System.Guid

Stage7 public_oe static_oe property

Indicates that the file is in Stage 7.
public static Guid,System Stage7
return System.Guid

Stage8 public_oe static_oe property

Indicates that the file is in Stage 8.
public static Guid,System Stage8
return System.Guid

Stage9 public_oe static_oe property

Indicates that the file is in Stage 9.
public static Guid,System Stage9
return System.Guid