Click or drag to resize

BsonDocumentWriterPosition Property

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

Namespace:  MongoDB.Bson.IO
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public override long Position { get; }

Property Value

Type: Int64
The position.

Implements

IBsonWriterPosition
See Also