RawBsonDocumentSlice Property |
Gets the slice.
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax public IByteBuffer Slice { get; }
Public ReadOnly Property Slice As IByteBuffer
Get
member Slice : IByteBuffer with get
Property Value
Type:
IByteBuffer
The slice.
See Also