Package org.bson

Class BsonBinaryWriterSettings

java.lang.Object
org.bson.BsonBinaryWriterSettings

@Deprecated(since="2022-10-31") public class BsonBinaryWriterSettings extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The customisable settings for writing BSON.
Since:
3.0
  • Constructor Details

    • BsonBinaryWriterSettings

      public BsonBinaryWriterSettings(int maxDocumentSize)
      Deprecated.
      Creates a new instance of the settings with the given maximum document size.
      Parameters:
      maxDocumentSize - the maximum document size.
    • BsonBinaryWriterSettings

      public BsonBinaryWriterSettings()
      Deprecated.
      Creates a new instance of the settings with Integer.MAX_VALUE as the maximum document size.
  • Method Details

    • getMaxDocumentSize

      public int getMaxDocumentSize()
      Deprecated.
      Gets the maximum size for BSON documents.
      Returns:
      the maximum size of BSON documents. ???