C# Class GSF.Snap.Storage.FileFlags

A set of flags that are in the archive files.
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
GetStage ( int stageNumber ) : System.Guid

Gets the flag associated with the supplied stage

Method Details

GetStage() public static méthode

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.
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat System.Guid

Stage2 public_oe static_oe property

Indicates that the file is in Stage 2.
public static Guid,System Stage2
Résultat System.Guid

Stage3 public_oe static_oe property

Indicates that the file is in Stage 3.
public static Guid,System Stage3
Résultat System.Guid

Stage4 public_oe static_oe property

Indicates that the file is in Stage 4.
public static Guid,System Stage4
Résultat System.Guid

Stage5 public_oe static_oe property

Indicates that the file is in Stage 5.
public static Guid,System Stage5
Résultat System.Guid

Stage6 public_oe static_oe property

Indicates that the file is in Stage 6.
public static Guid,System Stage6
Résultat System.Guid

Stage7 public_oe static_oe property

Indicates that the file is in Stage 7.
public static Guid,System Stage7
Résultat System.Guid

Stage8 public_oe static_oe property

Indicates that the file is in Stage 8.
public static Guid,System Stage8
Résultat System.Guid

Stage9 public_oe static_oe property

Indicates that the file is in Stage 9.
public static Guid,System Stage9
Résultat System.Guid