C# Класс GSF.Snap.Storage.FileFlags

A set of flags that are in the archive files.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
GetStage ( int stageNumber ) : System.Guid

Gets the flag associated with the supplied stage

Описание методов

GetStage() публичный статический Метод

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.
Результат System.Guid

Описание свойств

IntermediateFile публичное статическое свойство

Indicates that this is an intermediate file that can still be automatically rolled over.
public static Guid,System IntermediateFile
Результат System.Guid

ManualRollover публичное статическое свойство

Indicates that the user requested this file to be rolled over, and therefore it should not be automatically recombined.
public static Guid,System ManualRollover
Результат System.Guid

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.
public static Guid,System Stage0
Результат System.Guid

Stage1 публичное статическое свойство

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
Результат System.Guid

Stage2 публичное статическое свойство

Indicates that the file is in Stage 2.
public static Guid,System Stage2
Результат System.Guid

Stage3 публичное статическое свойство

Indicates that the file is in Stage 3.
public static Guid,System Stage3
Результат System.Guid

Stage4 публичное статическое свойство

Indicates that the file is in Stage 4.
public static Guid,System Stage4
Результат System.Guid

Stage5 публичное статическое свойство

Indicates that the file is in Stage 5.
public static Guid,System Stage5
Результат System.Guid

Stage6 публичное статическое свойство

Indicates that the file is in Stage 6.
public static Guid,System Stage6
Результат System.Guid

Stage7 публичное статическое свойство

Indicates that the file is in Stage 7.
public static Guid,System Stage7
Результат System.Guid

Stage8 публичное статическое свойство

Indicates that the file is in Stage 8.
public static Guid,System Stage8
Результат System.Guid

Stage9 публичное статическое свойство

Indicates that the file is in Stage 9.
public static Guid,System Stage9
Результат System.Guid