InedoSDK Reference
Version:

RandomAccess Field

The returned stream should be seekable if possible.

Syntax

public static FileAccessHints RandomAccess;

Remarks

The returned stream may be seekable or not. Callers must still check the result of System.IO.Stream.CanSeek, but this flag indicates that a seekable stream should be preferred even if it is less performant than a standard sequential stream.