Package org.bson
Class BsonBinaryWriterSettings
java.lang.Object
org.bson.BsonBinaryWriterSettings
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The customisable settings for writing BSON.
- Since:
- 3.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new instance of the settings withInteger.MAX_VALUEas the maximum document size.BsonBinaryWriterSettings(int maxDocumentSize) Deprecated.Creates a new instance of the settings with the given maximum document size. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Gets the maximum size for BSON documents.
-
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 withInteger.MAX_VALUEas 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. ???
-