Table of Contents

Property IdAsBsonValue

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.GridFS.dll

IdAsBsonValue

Gets the identifier as a BsonValue.

[Obsolete("All new GridFS files should use an ObjectId as the Id.")]
public BsonValue IdAsBsonValue { get; }

Property Value

BsonValue

The identifier as a BsonValue.