C# 클래스 GSF.Snap.Services.Reader.SortedTreeEngineReaderOptions

Contains the options to use for executing an individual read request.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
Save ( BinaryStreamBase stream ) : void

Writes this data to the stream.

SortedTreeEngineReaderOptions ( BinaryStreamBase stream ) : System

Creates a new SortedTreeEngineReaderOptions from a stream

SortedTreeEngineReaderOptions ( System.TimeSpan timeout = default(TimeSpan), long maxReturnedCount, long maxScanCount, long maxSeekCount ) : System

Creates SortedTreeEngineReaderOptions.

비공개 메소드들

메소드 설명
SortedTreeEngineReaderOptions ( ) : System

메소드 상세

Save() 공개 메소드

Writes this data to the stream.
public Save ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase the stream to write data to
리턴 void

SortedTreeEngineReaderOptions() 공개 메소드

Creates a new SortedTreeEngineReaderOptions from a stream
public SortedTreeEngineReaderOptions ( BinaryStreamBase stream ) : System
stream GSF.IO.BinaryStreamBase the stream to read from
리턴 System

SortedTreeEngineReaderOptions() 공개 메소드

Creates SortedTreeEngineReaderOptions.
public SortedTreeEngineReaderOptions ( System.TimeSpan timeout = default(TimeSpan), long maxReturnedCount, long maxScanCount, long maxSeekCount ) : System
timeout System.TimeSpan the time before a query will end prematurely
maxReturnedCount long the maximum number of Key/Values to send to the client before ending prematurely
maxScanCount long the maximum number of points for the database to read before ending prematurely
maxSeekCount long the maximum seeks that will occur before ending prematurely
리턴 System