메소드 | 설명 | |
---|---|---|
Save ( |
Writes this data to the stream.
|
|
SortedTreeEngineReaderOptions ( |
Creates a new SortedTreeEngineReaderOptions from a stream
|
|
SortedTreeEngineReaderOptions ( System.TimeSpan timeout = default(TimeSpan), long maxReturnedCount, long maxScanCount, long maxSeekCount ) : System |
Creates SortedTreeEngineReaderOptions.
|
메소드 | 설명 | |
---|---|---|
SortedTreeEngineReaderOptions ( ) : System |
public Save ( |
||
stream | the stream to write data to | |
리턴 | void |
public SortedTreeEngineReaderOptions ( |
||
stream | the stream to read from | |
리턴 | System |
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 |