Property Position
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Position
When overridden in a derived class, gets or sets the position within the current stream.
public override long Position { get; set; }
Property Value
The current position within the stream.
Exceptions
An I/O error occurs.
The stream does not support seeking.
Methods were called after the stream was closed.