Property Position

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.IO

Assembly

MongoDB.Bson.dll

Position

Gets the position. Not all writers are able to report the position. Those that can't simply return zero.

long Position { get; }

Property Value

long

The position.