C# Класс GSF.Snap.Services.Reader.SortedTreeEngineReaderOptions

Contains the options to use for executing an individual read request.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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